diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c6cc169081..d3860fe375 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -173,7 +173,8 @@ jobs: - run: npm ci - name: Run e2e tests - run: npx nx affected --target=e2e +# run: npx nx affected --target=e2e + run: npx nx run-many --all --target=e2e --skip-nx-cache - uses: actions/upload-artifact@v4 if: always()