Skip to content

Commit

Permalink
Update smoke-tests.yml
Browse files Browse the repository at this point in the history
Skip maven tests
Wait longer for server
  • Loading branch information
dotasek authored May 9, 2023
1 parent f1765a3 commit dbd6ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
with:
java-version: 17
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml -Dmaven.test.skip=true
- name: Download and install HTTP client
run: |
curl -f -L -o ijhttp.zip "https://jb.gg/ijhttp/latest"
unzip ijhttp.zip
- name: Start server with jetty
run: |
mvn jetty:run & export JPA_PROCESS=$!
sleep 20
sleep 45
- 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
Expand Down

0 comments on commit dbd6ff0

Please sign in to comment.