Skip to content

Commit

Permalink
Project: Remove duplicate npm test action
Browse files Browse the repository at this point in the history
Npw that we no longer use tsimp, this does not time out and is unnecessary
  • Loading branch information
SLaks committed Nov 12, 2024
1 parent 4a712ae commit 9f24226
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run typecheck
# The first run times out; probably while tsimp is still caching things
- run: npm test > /dev/null 2>&1 || true
- run: npm test

0 comments on commit 9f24226

Please sign in to comment.