File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,11 +38,12 @@ runs:
3838 run : pnpm install --frozen-lockfile
3939 shell : bash
4040
41- - name : Nx Cloud start
42- run : pnpm dlx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yml" --stop-agents-after="e2e-ci" --with-env-vars="CODECOV_TOKEN"
43- shell : bash
44- env :
45- CODECOV_TOKEN : ${{ inputs.CODECOV_TOKEN }}
41+ # Temporarily disable Nx Cloud until security concern is resolved
42+ # - name: Nx Cloud start
43+ # run: pnpm dlx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yml" --stop-agents-after="e2e-ci" --with-env-vars="CODECOV_TOKEN"
44+ # shell: bash
45+ # env:
46+ # CODECOV_TOKEN: ${{ inputs.CODECOV_TOKEN }}
4647
4748 - name : Cache Playwright browsers
4849 uses : actions/cache@v4
Original file line number Diff line number Diff line change 3232 with :
3333 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
3434
35- - run : npx nx-cloud fix-ci
36- if : always()
35+ # Temporarily disable Nx Cloud until security concern is resolved
36+ # - run: npx nx-cloud fix-ci
37+ # if: always()
3738
3839 - uses : codecov/codecov-action@v5
3940 with :
You can’t perform that action at this time.
0 commit comments