Skip to content

Commit 9029be0

Browse files
committed
ci: add nx-cloud fix-ci step to handle failed builds
1 parent 5d35c25 commit 9029be0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
shell: bash
3535
- run: npx nx format:check
3636
- run: npx nx affected -t lint test build e2e-ci --verbose=false
37+
- run: npx nx-cloud fix-ci
38+
if: always()

0 commit comments

Comments
 (0)