Skip to content

Commit c052a85

Browse files
committed
Reload hasura database sources in e2e setup
1 parent 993dcbf commit c052a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-actions/setup-e2e-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ runs:
276276
curl --header "Content-Type: application/json" \
277277
--header "x-hasura-admin-secret: $HASURA_PASSWORD" \
278278
--request POST \
279-
--data '{"type":"reload_metadata","args":{"reload_remote_schemas":true,"reload_sources":false}}' \
279+
--data '{"type":"reload_metadata","args":{"reload_remote_schemas":true,"reload_sources":true}}' \
280280
localhost:3201/v1/metadata
281281
shell: bash
282282

0 commit comments

Comments
 (0)