Skip to content

Commit

Permalink
Don't show green-check if Playwright tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Apr 15, 2024
1 parent 62c6488 commit 4bafbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
MERCURIAL_VERSION: ${{ inputs.hg-version }}
- name: Integration tests (Playwright)
if: ${{ inputs.run-playwright }}
continue-on-error: true
env:
TEST_SERVER_HOSTNAME: ${{ vars.TEST_SERVER_HOSTNAME }}
# this is not a typo, we need to use the lf domain because it has a cert that hg will validate
Expand All @@ -127,6 +126,7 @@ jobs:
working-directory: frontend
run: pnpm test
- name: Integration tests (.NET)
if: always()
env:
TEST_SERVER_HOSTNAME: ${{ vars.TEST_SERVER_HOSTNAME }}
# this is not a typo, we need to use the lf domain because it has a cert that hg will validate
Expand Down

0 comments on commit 4bafbd1

Please sign in to comment.