Skip to content

Commit

Permalink
Remove httpclient5_test (#4562)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard North <rich.north@gmail.com>
  • Loading branch information
bsideup and rnorth committed Oct 13, 2021
1 parent b7e9bb6 commit b29716d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,3 @@ jobs:
- name: Build and test with Gradle (${{matrix.gradle_args}})
run: |
./gradlew --no-daemon --continue --scan ${{matrix.gradle_args}}
httpclient5_test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Build with Gradle
run: |
echo "transport.type=httpclient5" > $HOME/.testcontainers.properties
cat $HOME/.testcontainers.properties
./gradlew --no-daemon --scan testcontainers:test --tests '*EventStreamTest'

0 comments on commit b29716d

Please sign in to comment.