Skip to content

Commit

Permalink
Revert the docker mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Nov 10, 2023
1 parent e58a0df commit 05fa3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ijhttp-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
- name: Wait the application
run: while ! nc -z localhost 8080 </dev/null; do sleep 5; done
- name: Run tests
run: java -cp "/intellij-http-client/*" com.intellij.httpClient.cli.HttpClientMain -D --report echo.http
run: java -cp "/intellij-http-client/*" com.intellij.httpClient.cli.HttpClientMain --report echo.http
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ http-test-on-docker-image:
- java -jar target/ijhttp-demo.jar &
- while ! nc -z localhost 8080 </dev/null; do sleep 5; done
script:
- java -cp "/intellij-http-client/*" com.intellij.httpClient.cli.HttpClientMain -D --report echo.http
- java -cp "/intellij-http-client/*" com.intellij.httpClient.cli.HttpClientMain --report echo.http
artifacts:
reports:
junit:
Expand Down

0 comments on commit 05fa3fd

Please sign in to comment.