Skip to content

Commit 007c513

Browse files
committed
ci: Verify obelisk-local-postgres.toml
1 parent 6efb1b5 commit 007c513

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/check-verify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
run: |
4949
nix develop --command obelisk server verify --config obelisk-local.toml --ignore-missing-env-vars
5050
51+
- name: Verify obelisk-local-postgres.toml
52+
run: |
53+
nix develop --command obelisk server verify --config obelisk-local-postgres.toml --ignore-missing-env-vars
54+
5155
- name: Verify obelisk-oci.toml
5256
run: |
5357
nix develop --command obelisk server verify --config obelisk-oci.toml --ignore-missing-env-vars

0 commit comments

Comments
 (0)