Skip to content

Commit

Permalink
Try fixing TTY issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed May 19, 2023
1 parent 3eab2fc commit 8b7c35c
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 @@ -35,6 +35,6 @@ jobs:
mvn jetty:run & export JPA_PROCESS=$!
sleep 60
- name: Execute smoke tests
run: docker run --rm -i -t -v $PWD:/workdir jetbrains/intellij-http-client -D src/test/smoketest/plain_server.http --env-file src/test/smoketest/http-client.env.json --env default
run: docker run --rm -v $PWD:/workdir jetbrains/intellij-http-client -D src/test/smoketest/plain_server.http --env-file src/test/smoketest/http-client.env.json --env default


0 comments on commit 8b7c35c

Please sign in to comment.