Skip to content

Commit 0103daa

Browse files
committed
remove the "&"
1 parent d99138f commit 0103daa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/end2end.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
- name: Start Application (with and without Zen)
7575
working-directory: ./sample-apps/${{ matrix.app.name }}
7676
run: |
77-
nohup make run > output.log &
78-
nohup make runWithoutZen > output_without_zen.log &
77+
nohup make run > output.log
78+
nohup make runWithoutZen > output_without_zen.log
7979
8080
- name: Run End-to-End tests
8181
working-directory: ./

0 commit comments

Comments
 (0)