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 b660ee1 commit 124a15bCopy full SHA for 124a15b
.github/workflows/main.yml
@@ -42,24 +42,8 @@ jobs:
42
- name: Run unit tests
43
run: npm run test:unit
44
45
- - name: Prepare local stack env
46
- id: prepare
47
- run: npx tsx ./test-stack/prepare-test-env.ts
48
-
49
- - name: Fetch genesis block number
50
- id: fetch_block
51
- run: |
52
- source .env
53
- echo "BLOCK=$FORK_BLOCK" >> $GITHUB_OUTPUT
54
- echo "URL=$FORK_URL" >> $GITHUB_OUTPUT
55
56
- - name: Start local stack
57
- uses: hoverkraft-tech/[email protected]
58
- with:
59
- compose-file: "./test-stack/docker-compose.yml"
60
- env:
61
- FORK_URL: ${{ steps.fetch_block.outputs.URL }}
62
- FORK_BLOCK: ${{ steps.fetch_block.outputs.BLOCK }}
+ - name: Prepare test stack
+ run: npm run start-test-stack
63
64
- name: Run integration tests
65
run: npm run test:e2e
0 commit comments