We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed3b42 commit 1148496Copy full SHA for 1148496
.github/workflows/ci.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: build
21
run: npm run build --skip-nx-cache
22
- name: test
23
- run: npm run affected:test --ci --code-coverage
+ run: npm run test --ci --code-coverage
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
- name: Release
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments