We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99138f commit 0103daaCopy full SHA for 0103daa
1 file changed
.github/workflows/end2end.yml
@@ -74,8 +74,8 @@ 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 &
78
- nohup make runWithoutZen > output_without_zen.log &
+ nohup make run > output.log
+ nohup make runWithoutZen > output_without_zen.log
79
80
- name: Run End-to-End tests
81
working-directory: ./
0 commit comments