Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmercierfr committed Apr 15, 2024
1 parent 133b213 commit 362d6c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
needs: go
strategy:
matrix:
postgres: [15, 16]
#postgres: [12, 13, 14, 15, 16]
postgres: [16]
runs-on: ubuntu-latest
env:
BATS_LIB_PATH: "${{ github.workspace }}/test/bats/lib/"
Expand Down Expand Up @@ -91,6 +92,8 @@ jobs:
with:
support-path: ${{ github.workspace }}/test/bats/lib/bats-support
assert-path: ${{ github.workspace }}/test/bats/lib/bats-assert
file-install: false # Unused
detik-install: false # Unused

- name: Download artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 362d6c5

Please sign in to comment.