Skip to content

test with docker

test with docker #210

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build my artifact
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: AdityaGarg8/[email protected]
with:
remove-android: 'true'
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
echo "Free space:"
df -h
- name: test
uses: addnab/docker-run-action@v3
with:
image: zephyrprojectrtos/ci:latest
options: -v ${{ github.workspace }}:/var/www
run: |
echo hello