Skip to content

Commit dfad9d6

Browse files
committed
Update how e2e tests work with nohup
1 parent 84cb3ec commit dfad9d6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/end2end.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ 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 2>&1 &
78-
nohup make runWithoutZen > output_without_zen.log 2>&1 &
77+
nohup make run > output.log 2>&1 && nohup make runWithoutZen > output_without_zen.log 2>&1
7978
8079
- name: Run End-to-End tests
8180
working-directory: ./

0 commit comments

Comments
 (0)