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 26415a1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ 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: |
cd cli
npm run test
uses: devcontainers/[email protected]
with:
push: never
runCmd: |
cd cli
npm run test

0 comments on commit 26415a1

Please sign in to comment.