Skip to content

Commit

Permalink
refresh deps temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Apr 15, 2024
1 parent 8781f11 commit 88512d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@ jobs:

- name: Run E2E tests (${{ matrix.variant.dir }})
run: |
./gradlew compileJava compileTestJava
./gradlew -p ${{ matrix.variant.dir }} test -DincludeTags="EndToEndTest"
./gradlew compileJava compileTestJava --refresh-dependencies
./gradlew -p ${{ matrix.variant.dir }} test -DincludeTags="EndToEndTest"
postgres-tests:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14.2
image: postgres:16.1
ports:
- 5432:5432
env:
Expand All @@ -143,7 +143,7 @@ jobs:
- uses: ./.github/actions/setup-java

- name: Run Postgresql E2E tests
run: ./gradlew test -DincludeTags="PostgresqlIntegrationTest"
run: ./gradlew test -DincludeTags="PostgresqlIntegrationTest" --refresh-dependencies

dataplane-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 88512d2

Please sign in to comment.