Skip to content

Commit

Permalink
Use devcontainer in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjswensen committed Jun 19, 2024
1 parent 2721f56 commit e158206
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
cd cli
npm install
- uses: actions/checkout@v4
- name: Run tests
run: |
uses: devcontainers/[email protected]
runCmd: |
cd cli
npm run test

0 comments on commit e158206

Please sign in to comment.