We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d39e2f commit 40d6b94Copy full SHA for 40d6b94
.github/workflows/test-graphql-remote.yml
@@ -20,9 +20,9 @@ jobs:
20
- node_name: Rust Node
21
endpoint: http://mina-rust-plain-3.gcp.o1test.net/graphql
22
- node_name: Caml Node
23
- endpoint: http://devnet-plain-1.gcp.o1test.net/graphql
+ endpoint: https://devnet-plain-1.gcp.o1test.net/graphql
24
- node_name: Mainnet Caml Node
25
- endpoint: http://mainnet-plain-1.gcp.o1test.net/graphql
+ endpoint: https://mainnet-plain-1.gcp.o1test.net/graphql
26
env:
27
GRAPHQL_ENDPOINT: ${{ matrix.endpoint }}
28
0 commit comments