Skip to content

Commit b29716d

Browse files
bsideuprnorth
andauthored
Remove httpclient5_test (#4562)
Co-authored-by: Richard North <[email protected]>
1 parent b7e9bb6 commit b29716d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,3 @@ jobs:
5656
- name: Build and test with Gradle (${{matrix.gradle_args}})
5757
run: |
5858
./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

Comments
 (0)