File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050 - name : Verify obelisk-local-go variants
5151 run : |
52- nix develop --command obelisk server verify --ignore-missing-env-vars --deployment obelisk-local-go-activity.toml
53- nix develop --command obelisk server verify --ignore-missing-env-vars --deployment obelisk-local-go-workflow.toml
54- nix develop --command obelisk server verify --ignore-missing-env-vars --deployment obelisk-local-go-webhook.toml
52+ nix develop --command obelisk server verify --allow-unavailable-runtime-config --deployment obelisk-local-go-activity.toml
53+ nix develop --command obelisk server verify --allow-unavailable-runtime-config --deployment obelisk-local-go-workflow.toml
54+ nix develop --command obelisk server verify --allow-unavailable-runtime-config --deployment obelisk-local-go-webhook.toml
5555 # obelisk-local-go-all.toml is verified by e2e workflow
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
4646
4747 - name : Verify obelisk-local-js-all.toml
4848 run : |
49- nix develop --command obelisk server verify --ignore-missing-env-vars --deployment obelisk-local-js-all.toml
49+ nix develop --command obelisk server verify --allow-unavailable-runtime-config --deployment obelisk-local-js-all.toml
5050
5151 - name : Build legacy ComponentizeJS Components
5252 run : nix develop --command just legacy-componentizejs
5353
5454 - name : Verify obelisk-local-legacy-componentizejs-all.toml
5555 run : |
56- nix develop --command obelisk server verify --ignore-missing-env-vars --deployment obelisk-local-legacy-componentizejs-all.toml
56+ nix develop --command obelisk server verify --allow-unavailable-runtime-config --deployment obelisk-local-legacy-componentizejs-all.toml
You can’t perform that action at this time.
0 commit comments