Skip to content

Commit

Permalink
Create new CI test command which executes once and quits the job
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed Nov 21, 2023
1 parent 98ed28c commit 4b7bf4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: pnpm install

- name: Run tests
run: pnpm test
run: pnpm ci-test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build-site-nav": "node lib/build-nav.js",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
"test": "jest --watch",
"ci-test": "jest"
},
"dependencies": {
"-": "^0.0.1",
Expand Down

0 comments on commit 4b7bf4d

Please sign in to comment.