Skip to content

Commit b0339d4

Browse files
committed
test(fix): correct syntax
1 parent 8151146 commit b0339d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-e2e.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,7 @@ jobs:
7474
run: ./tests/e2e_test_app.py
7575

7676
- 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" ]
77+
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

Comments
 (0)