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.
1 parent 84cb3ec commit dfad9d6Copy full SHA for dfad9d6
1 file changed
.github/workflows/end2end.yml
@@ -74,8 +74,7 @@ jobs:
74
- name: Start Application (with and without Zen)
75
working-directory: ./sample-apps/${{ matrix.app.name }}
76
run: |
77
- nohup make run > output.log 2>&1 &
78
- nohup make runWithoutZen > output_without_zen.log 2>&1 &
+ nohup make run > output.log 2>&1 && nohup make runWithoutZen > output_without_zen.log 2>&1
79
80
- name: Run End-to-End tests
81
working-directory: ./
0 commit comments