Skip to content

Commit aacfffe

Browse files
committed
Revert "chore(ci): run tests before build"
This reverts commit 26baad9.
1 parent 26baad9 commit aacfffe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
with:
5959
node-version: ${{matrix.node}}.x
6060
- run: npm ci
61+
- run: npm run build
6162
- run: npm test
6263
- run: npm run test:e2e
63-
- run: npm run build

.github/workflows/dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
with:
4242
node-version-file: '.nvmrc'
4343
- run: npm ci
44+
- run: npm run build
4445
- run: npm test
4546
- run: npm run test:e2e
46-
- run: npm run build
4747

4848
upload-assets:
4949
runs-on: ubuntu-latest

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
with:
5959
node-version-file: '.nvmrc'
6060
- run: npm ci
61+
- run: npm run build
6162
- run: npm test
6263
- run: npm run test:e2e
63-
- run: npm run build
6464

6565
upload-assets:
6666
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)