We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9784d42 commit c1c9601Copy full SHA for c1c9601
.github/workflows/test.yml
@@ -99,8 +99,7 @@ jobs:
99
-d supabase/postgres:${{ steps.settings.outputs.postgres-version }}
100
- name: Install psql
101
run: |
102
- sudo apt update
103
- sudo apt install -y --no-install-recommends postgresql-client-${{ env.PGMAJOR }}
+ sudo nix profile install .#psql_${{ env.PGMAJOR }}/bin
104
105
- name: Install pg_prove
106
run: sudo cpan -T TAP::Parser::SourceHandler::pgTAP
0 commit comments