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 c30cc3b commit 9ad12acCopy full SHA for 9ad12ac
.github/workflows/test.yml
@@ -44,9 +44,14 @@ jobs:
44
POSTGRES_PORT: 5478
45
POSTGRES_PASSWORD: password
46
steps:
47
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
48
49
- 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
+
55
56
- name: Set PostgreSQL version environment variable
57
run: echo "POSTGRES_MAJOR_VERSION=${{ matrix.postgres_version }}" >> $GITHUB_ENV
0 commit comments