Skip to content

Commit

Permalink
ci: fix postgres flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Sep 23, 2024
1 parent 49c4d08 commit cb21305
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,6 @@ jobs:
postgres-tests:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:16.1
ports:
- 5432:5432
env:
POSTGRES_PASSWORD: password

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-java
Expand Down

0 comments on commit cb21305

Please sign in to comment.