Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge smoke testing docker updates to release tracking branch #536

Closed
Closed
Prev Previous commit
Next Next commit
Update smoke-tests.yml
Wait longer just in case

Maybe don't kill the jetty server?
  • Loading branch information
dotasek committed May 9, 2023
commit ec64299976a9d1b3bc9c03ed88d68ce945f56bf1
5 changes: 2 additions & 3 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
- name: Start server with jetty
run: |
mvn jetty:run & export JPA_PROCESS=$!
sleep 45
sleep 60
- name: Execute smoke tests
run: ./ijhttp/ijhttp ./src/test/smoketest/plain_server.http --env-file ./src/test/smoketest/http-client.env.json --env default
- name: Stop server
run: kill $JPA_PROCESS


Loading