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 7d9739a commit c998ce0Copy full SHA for c998ce0
.github/workflows/main.yml
@@ -145,6 +145,7 @@ jobs:
145
env:
146
NODE_OPTIONS: "--no-deprecation"
147
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
148
+ MOONBEAM_HTTP_ENDPOINT: ${{ secrets.MOONBEAM_HTTP_ENDPOINT }}
149
strategy:
150
fail-fast: false
151
matrix:
test/moonwall.config.json
@@ -1007,7 +1007,7 @@
1007
"--tmp"
1008
],
1009
"defaultForkConfig": {
1010
- "url": "${MOONBEAM_ENDPOINT}",
+ "url": "${MOONBEAM_HTTP_ENDPOINT}",
1011
"stateOverridePath": "./configs/mbStateOverride.json",
1012
"verbose": true
1013
}
0 commit comments