We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eafb27 commit d52bd6fCopy full SHA for d52bd6f
.github/workflows/netlify-deploy.yml
@@ -251,6 +251,6 @@ jobs:
251
name: ngi-forge
252
253
- name: Run Playwright tests
254
- run: nix develop -c playwright test -c ui/tests/e2e --project=${{ matrix.project }}
+ run: nix develop -c playwright test -c ui/tests/e2e --project=${{ matrix.project }} -x
255
env:
256
BASE_URL: ${{ needs.deploy-preview.outputs.PREVIEW_URL }}
.github/workflows/test.yml
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
build-preview-ui:
61
name: Build UI artifact
0 commit comments