Skip to content

Commit 40d6b94

Browse files
committed
CI: use HTTPS for Caml node endpoints
1 parent 0d39e2f commit 40d6b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-graphql-remote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- node_name: Rust Node
2121
endpoint: http://mina-rust-plain-3.gcp.o1test.net/graphql
2222
- node_name: Caml Node
23-
endpoint: http://devnet-plain-1.gcp.o1test.net/graphql
23+
endpoint: https://devnet-plain-1.gcp.o1test.net/graphql
2424
- node_name: Mainnet Caml Node
25-
endpoint: http://mainnet-plain-1.gcp.o1test.net/graphql
25+
endpoint: https://mainnet-plain-1.gcp.o1test.net/graphql
2626
env:
2727
GRAPHQL_ENDPOINT: ${{ matrix.endpoint }}
2828

0 commit comments

Comments
 (0)