Skip to content

Commit d52bd6f

Browse files
committed
fixup! feat(ci): run ui tests in ci
1 parent 5eafb27 commit d52bd6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/netlify-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,6 @@ jobs:
251251
name: ngi-forge
252252

253253
- name: Run Playwright tests
254-
run: nix develop -c playwright test -c ui/tests/e2e --project=${{ matrix.project }}
254+
run: nix develop -c playwright test -c ui/tests/e2e --project=${{ matrix.project }} -x
255255
env:
256256
BASE_URL: ${{ needs.deploy-preview.outputs.PREVIEW_URL }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
name: ngi-forge
5656

5757
- name: Run Playwright tests
58-
run: nix develop -c playwright test -c ui/tests/e2e --project=${{ matrix.project }}
58+
run: nix develop -c playwright test -c ui/tests/e2e --project=${{ matrix.project }} -x
5959

6060
build-preview-ui:
6161
name: Build UI artifact

0 commit comments

Comments
 (0)