Skip to content

container test

container test #1

Workflow file for this run

name: Test Coverage
on: [pull_request, create]
jobs:
Coverage-test-job:
runs-on: ubuntu-latest
container:
image: rustvmm/dev:v47
env:
NODE_ENV: development
ports:
- 80
volumes:
- $(pwd):/mshv
- ~/.ssh:/root/.ssh
devices:

Check failure on line 15 in .github/workflows/coverage.yaml

View workflow run for this annotation

GitHub Actions / Test Coverage

Invalid workflow file

The workflow is not valid. .github/workflows/coverage.yaml (Line: 15, Col: 7): Unexpected value 'devices'
- /dev/mshv
options: --cpus 1
steps:
- name: Check for dockerenv file
run: pytest rust-vmm-ci/integration_tests/test_coverage.py