Skip to content

Commit

Permalink
Explicit profile for smoke test invocation (hapifhir#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Jan 4, 2024
1 parent 9c557e2 commit d9e7e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -Pjetty jetty: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
Expand Down

0 comments on commit d9e7e9c

Please sign in to comment.