Skip to content

Commit

Permalink
ci: Skip test-build in test matrix
Browse files Browse the repository at this point in the history
The "test-build" script compiles the code to check for TypeScript
compilation errors. This is not specific to Node.js / OS and can
therefore be skipped in the matrix. It is also no prerequisite for
running the unit tests, as ava compiles them on-the-fly.
The "test-build" script is still part of the ci.yml workflow.
  • Loading branch information
matz3 committed Apr 5, 2024
1 parent 84a3f5a commit 796bad2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Perform build
run: npm run build-test

- name: Run unit tests
run: npm run unit

0 comments on commit 796bad2

Please sign in to comment.