Update smoke-tests.yml
jetty-maven-plugin is obsolete, and jetty-ee10-maven-plugin doesn't work at the moment. Using spring-boot to run local server.
This commit is contained in:
committed by
GitHub
parent
bf683478bc
commit
f24968a47d
2
.github/workflows/smoke-tests.yml
vendored
2
.github/workflows/smoke-tests.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
run: docker pull jetbrains/intellij-http-client
|
||||
- name: Start server with jetty
|
||||
run: |
|
||||
mvn jetty:run & export JPA_PROCESS=$!
|
||||
mvn -P jetty spring-boot:run & export JPA_PROCESS=$!
|
||||
sleep 80
|
||||
- name: Execute smoke tests
|
||||
run: docker run --rm -v $PWD:/workdir --add-host host.docker.internal:host-gateway jetbrains/intellij-http-client -D src/test/smoketest/plain_server.http --env-file src/test/smoketest/http-client.env.json --env default
|
||||
|
||||
Reference in New Issue
Block a user