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 1005e93 + b0339d4 commit 1455424Copy full SHA for 1455424
.github/workflows/test-e2e.yml
@@ -74,4 +74,7 @@ jobs:
74
run: ./tests/e2e_test_app.py
75
76
- name: Test | Check End-to-End Test Results
77
- run: [ "$(wc -l < e2e-test-app-stderr.log)" -eq 3 ] && [ "$(wc -l < e2e-test-logfile.log)" -eq 3 ] && [ ! -s "e2e-test-logfile_root.log" ]
+ run: |
78
+ [ "$(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