Skip to content

Commit

Permalink
ci: Speed up CI by skipping build (#1919)
Browse files Browse the repository at this point in the history
* ci: Speed up CI by skipping build

Because build is run by pretest automatically, we're currently building twice.

* Re-enable build for coverage test
  • Loading branch information
AaronDewes committed Nov 16, 2023
1 parent 1c7a2d3 commit eaf269a
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 @@ -80,7 +80,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run build
- run: npm run test

test-redis:
Expand All @@ -102,7 +101,6 @@ jobs:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run build
- run: npm run test
env:
REDIS_HOST: 127.0.0.1
Expand Down

0 comments on commit eaf269a

Please sign in to comment.