There was an error while loading. Please reload this page.
obelisk-local-postgres.toml
1 parent 6efb1b5 commit 007c513Copy full SHA for 007c513
1 file changed
.github/workflows/check-verify.yml
@@ -48,6 +48,10 @@ jobs:
48
run: |
49
nix develop --command obelisk server verify --config obelisk-local.toml --ignore-missing-env-vars
50
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
+
55
- name: Verify obelisk-oci.toml
56
57
nix develop --command obelisk server verify --config obelisk-oci.toml --ignore-missing-env-vars
0 commit comments