We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
httpclient5_test
1 parent b7e9bb6 commit b29716dCopy full SHA for b29716d
.github/workflows/ci.yml
@@ -56,12 +56,3 @@ jobs:
56
- name: Build and test with Gradle (${{matrix.gradle_args}})
57
run: |
58
./gradlew --no-daemon --continue --scan ${{matrix.gradle_args}}
59
- httpclient5_test:
60
- runs-on: ubuntu-18.04
61
- steps:
62
- - uses: actions/checkout@v2
63
- - name: Build with Gradle
64
- run: |
65
- echo "transport.type=httpclient5" > $HOME/.testcontainers.properties
66
- cat $HOME/.testcontainers.properties
67
- ./gradlew --no-daemon --scan testcontainers:test --tests '*EventStreamTest'
0 commit comments