Skip to content

Commit 1148496

Browse files
committed
ci: always run all tests
1 parent 4ed3b42 commit 1148496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: build
2121
run: npm run build --skip-nx-cache
2222
- name: test
23-
run: npm run affected:test --ci --code-coverage
23+
run: npm run test --ci --code-coverage

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: build
2525
run: npm run build --skip-nx-cache
2626
- name: test
27-
run: npm run affected:test --ci --code-coverage
27+
run: npm run test --ci --code-coverage
2828
- name: Release
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)