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 3b7853c commit 1b7af04Copy full SHA for 1b7af04
.github/workflows/main.yml
@@ -25,8 +25,10 @@ jobs:
25
- run: npm run lint
26
- run: npm run docs:examples && npm run docs:api && ./docs/build-assets.sh
27
if: contains(github.event.pull_request.title, 'Release')
28
- - run: docker compose up -d --wait --quiet-pull
+ - run: docker compose up compiler middleware -d --wait --quiet-pull
29
- run: npx c8 npm test
30
+ env:
31
+ NETWORK: testnet
32
- uses: codecov/codecov-action@v5
33
env:
34
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments