Skip to content

Commit 2858171

Browse files
committed
chore: added second system status check after tests run to ensure reliability (#4108)
1 parent e78b047 commit 2858171

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-playwright-tests-anvil-cmg.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
cd explorer
1919
npm ci
20-
- name: Check Backend System Status
20+
- name: Check Backend System Status - TEST RESULTS ARE NOT VALID IF THIS FAILS
2121
run: |
2222
cd explorer
2323
npm run check-system-status:anvil-cmg
@@ -29,6 +29,10 @@ jobs:
2929
run: |
3030
cd explorer
3131
npm run test:anvil-cmg
32+
- name: Check backend status again - TEST RESULTS ARE NOT VALID IF THIS FAILS
33+
run: |
34+
cd explorer
35+
npm run check-system-status:anvil-cmg
3236
- uses: actions/upload-artifact@v3
3337
if: always()
3438
with:

0 commit comments

Comments
 (0)