We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8a575 commit 3d19a0aCopy full SHA for 3d19a0a
1 file changed
.github/workflows/snapshot.yml
@@ -67,7 +67,7 @@ jobs:
67
# this code never gets committed so its a work around for this workflow
68
- run: pnpm exec nx format:write
69
70
- - run: pnpm exec nx affected -t build lint test e2e
+ - run: pnpm exec nx affected -t build lint test e2e-ci
71
72
- uses: actions/upload-artifact@v4
73
if: ${{ !cancelled() }}
0 commit comments