Skip to content

Commit

Permalink
Run install independently
Browse files Browse the repository at this point in the history
  • Loading branch information
bitterpanda63 committed Jan 22, 2025
1 parent f1f920f commit e7a9566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
- name: Start application
working-directory: ./sample-apps/${{ matrix.app.name }}
run: nohup make run > output.log & nohup make runZenDisabled & sleep 15
run: make install && nohup make run > output.log & nohup make runZenDisabled & sleep 15
- name: Run end2end tests for application
run: tail -f output.log & poetry run pytest ./${{ matrix.app.testfile }}

0 comments on commit e7a9566

Please sign in to comment.