We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d207f1 commit 4a8638fCopy full SHA for 4a8638f
1 file changed
.github/workflows/ci.yml
@@ -50,6 +50,8 @@ jobs:
50
51
- run: pnpm exec nx-cloud record -- nx format:check
52
- run: pnpm exec nx affected -t build typecheck lint test e2e-ci
53
+ - run: npx nx-cloud fix-ci
54
+ if: always()
55
56
- uses: codecov/codecov-action@v5
57
with:
0 commit comments