Skip to content

Commit 4217c91

Browse files
committed
chore: self-healing
1 parent 5c7e393 commit 4217c91

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
# e2e tests for everything except the primary task runner
5252
- run: PUBLISHED_VERSION=999.9.9-e2e.0 npx nx run-many --t e2e --parallel=1
5353

54+
- name: Run Nx Cloud Self-Healing CI
55+
if: ${{ always() }}
56+
run: npx nx-cloud fix-ci
57+
5458
- name: Stop all running agents
5559
# It's important that we always run this step, otherwise in the case of any failures in preceding non-Nx steps, the agents will keep running and waste billable minutes
5660
if: ${{ always() }}
@@ -109,6 +113,10 @@ jobs:
109113
env:
110114
NX_AGENT_NAME: ${{ matrix.agent }}
111115

116+
- name: Run Nx Cloud Self-Healing CI
117+
if: ${{ always() }}
118+
run: npx nx-cloud fix-ci
119+
112120
# - name: Revoke and delete GPG key
113121
# # It's important that we always run this step, otherwise the key will remain active if any of the steps above fail
114122
# if: ${{ always() }}

0 commit comments

Comments
 (0)