Skip to content

Commit c1c9601

Browse files
committed
fix: try to use psql from our own corresponding pkg
1 parent 9784d42 commit c1c9601

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ jobs:
9999
-d supabase/postgres:${{ steps.settings.outputs.postgres-version }}
100100
- name: Install psql
101101
run: |
102-
sudo apt update
103-
sudo apt install -y --no-install-recommends postgresql-client-${{ env.PGMAJOR }}
102+
sudo nix profile install .#psql_${{ env.PGMAJOR }}/bin
104103
105104
- name: Install pg_prove
106105
run: sudo cpan -T TAP::Parser::SourceHandler::pgTAP

0 commit comments

Comments
 (0)