Skip to content

Use devcontainer in CI #563

Use devcontainer in CI

Use devcontainer in CI #563

Workflow file for this run

name: CI
on: [push, pull_request]
env:
CI: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: devcontainers/[email protected]
runCmd: |

Check failure on line 15 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 15, Col: 9): Unexpected value 'runCmd'
cd cli
npm run test