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 32f7059 commit 2ee27cdCopy full SHA for 2ee27cd
.github/workflows/main.yml
@@ -17,6 +17,8 @@ concurrency:
17
jobs:
18
build-and-test:
19
runs-on: ubuntu-latest
20
+ env:
21
+ NETWORK_NAME: "bellecour"
22
23
steps:
24
- name: Checkout
@@ -43,8 +45,6 @@ jobs:
43
45
- name: Prepare local stack env
44
46
id: prepare
47
run: npx tsx ./test-stack/prepare-test-env.ts
- env:
- NETWORK_NAME: "bellecour"
48
49
- name: Fetch genesis block number
50
id: fetch_block
@@ -60,7 +60,6 @@ jobs:
60
env:
61
FORK_URL: ${{ steps.fetch_block.outputs.URL }}
62
FORK_BLOCK: ${{ steps.fetch_block.outputs.BLOCK }}
63
64
65
- name: Run integration tests
66
run: npm run test:e2e
0 commit comments