Skip to content

Commit

Permalink
Removed test runs as these are run as part of coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-ter-Doest committed Apr 8, 2024
1 parent 99ef0bd commit b515cf0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,9 @@ jobs:
- name: Clean install
run: npm ci

- name: Run Nodejs tests
run: npm run test

- name: Build
run: npm run build

- name: Run Typescript tests
run: npm run test_ts

- name: Run IO tests
run: npm run test_io

- name: Run Istanbul coverage
run: npm run coverage

Expand Down

0 comments on commit b515cf0

Please sign in to comment.