Skip to content

Commit 24c6ffa

Browse files
committed
test(fix): correct end to end app test logic
1 parent b0339d4 commit 24c6ffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
run: ${{ inputs.run-test-command }}
7272

7373
- name: Test | Run End-to-End App Test
74-
run: ./tests/e2e_test_app.py
74+
run: |
75+
[ $(./tests/e2e_test_app.py 2>&1 | wc -l) -eq 3 ]
7576
7677
- name: Test | Check End-to-End Test Results
7778
run: |
78-
[ "$(wc -l < e2e-test-app-stderr.log)" -eq 3 ] && \
7979
[ "$(wc -l < e2e-test-logfile.log)" -eq 3 ] && \
8080
[ ! -s "e2e-test-logfile_root.log" ]

0 commit comments

Comments
 (0)