File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed
Expand file tree Collapse file tree 3 files changed +14
-9
lines changed 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
6465 run : pnpm nx sync:check
6566
6667 - name : Run Nx build/lint/test/e2e
67- run : pnpm exec nx affected -t build lint test e2e-ci
68+ # Temporarily disable e2e-ci until we get Nx Cloud back
69+ run : pnpm exec nx affected -t build lint test e2e
6870 shell : bash
6971
7072 - name : Upload Playwright report
Original file line number Diff line number Diff line change 5555 - uses : nrwl/nx-set-shas@v4
5656
5757 - run : pnpm nx format:check
58- - run : pnpm nx affected -t build typecheck lint test e2e-ci --no-agents
58+
59+ # Temporarily disable e2e-ci until we get Nx Cloud back
60+ - run : pnpm nx affected -t build typecheck lint test e2e --no-agents
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