diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index b15a7d896..01ada1fb2 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -38,11 +38,12 @@ runs: run: pnpm install --frozen-lockfile shell: bash - - name: Nx Cloud start - 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" - shell: bash - env: - CODECOV_TOKEN: ${{ inputs.CODECOV_TOKEN }} + # Temporarily disable Nx Cloud until security concern is resolved + # - name: Nx Cloud start + # 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" + # shell: bash + # env: + # CODECOV_TOKEN: ${{ inputs.CODECOV_TOKEN }} - name: Cache Playwright browsers uses: actions/cache@v4 @@ -64,7 +65,8 @@ runs: run: pnpm nx sync:check - name: Run Nx build/lint/test/e2e - run: pnpm exec nx affected -t build lint test e2e-ci + # Temporarily disable e2e-ci until we get Nx Cloud back + run: pnpm exec nx affected -t build lint test e2e shell: bash - name: Upload Playwright report diff --git a/.github/workflows/ci-fork.yml b/.github/workflows/ci-fork.yml index f8ba2a3d6..a1bc15b6d 100644 --- a/.github/workflows/ci-fork.yml +++ b/.github/workflows/ci-fork.yml @@ -55,4 +55,6 @@ jobs: - uses: nrwl/nx-set-shas@v4 - run: pnpm nx format:check - - run: pnpm nx affected -t build typecheck lint test e2e-ci --no-agents + + # Temporarily disable e2e-ci until we get Nx Cloud back + - run: pnpm nx affected -t build typecheck lint test e2e --no-agents diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74286eddf..7a6c6dda0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,9 @@ jobs: with: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - - run: npx nx-cloud fix-ci - if: always() + # Temporarily disable Nx Cloud until security concern is resolved + # - run: npx nx-cloud fix-ci + # if: always() - uses: codecov/codecov-action@v5 with: