Skip to content

Commit 9ad12ac

Browse files
committed
chore: conf 2nd invocation
1 parent c30cc3b commit 9ad12ac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,14 @@ jobs:
4444
POSTGRES_PORT: 5478
4545
POSTGRES_PASSWORD: password
4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848

4949
- uses: DeterminateSystems/nix-installer-action@main
50+
with:
51+
extra-conf: |
52+
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
53+
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
54+
5055
5156
- name: Set PostgreSQL version environment variable
5257
run: echo "POSTGRES_MAJOR_VERSION=${{ matrix.postgres_version }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)