We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1455424 + 24c6ffa commit e02b80cCopy full SHA for e02b80c
.github/workflows/test-e2e.yml
@@ -71,10 +71,10 @@ jobs:
71
run: ${{ inputs.run-test-command }}
72
73
- name: Test | Run End-to-End App Test
74
- run: ./tests/e2e_test_app.py
+ run: |
75
+ [ $(./tests/e2e_test_app.py 2>&1 | wc -l) -eq 3 ]
76
77
- name: Test | Check End-to-End Test Results
78
run: |
- [ "$(wc -l < e2e-test-app-stderr.log)" -eq 3 ] && \
79
[ "$(wc -l < e2e-test-logfile.log)" -eq 3 ] && \
80
[ ! -s "e2e-test-logfile_root.log" ]
0 commit comments