Skip to content

Commit 1b7af04

Browse files
committed
ci: ensure that work on testnet (don't merge)
1 parent 3b7853c commit 1b7af04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525
- run: npm run lint
2626
- run: npm run docs:examples && npm run docs:api && ./docs/build-assets.sh
2727
if: contains(github.event.pull_request.title, 'Release')
28-
- run: docker compose up -d --wait --quiet-pull
28+
- run: docker compose up compiler middleware -d --wait --quiet-pull
2929
- run: npx c8 npm test
30+
env:
31+
NETWORK: testnet
3032
- uses: codecov/codecov-action@v5
3133
env:
3234
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)