Skip to content

Commit e2e81b2

Browse files
committed
ci: ensure that work on testnet (don't merge)
1 parent 8c0f69c commit e2e81b2

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
@@ -30,8 +30,10 @@ jobs:
3030
BASE: ${{ github.event.pull_request.base.sha }}
3131
run: npx commitlint --from $BASE --to $HEAD --verbose
3232
- run: npm run lint
33-
- run: docker compose up -d --wait
33+
- run: docker compose up compiler -d --wait
3434
- run: npx nyc npm test
35+
env:
36+
NETWORK: testnet
3537
- run: npx nyc report --reporter=text-lcov > coverage.lcov
3638
- uses: codecov/codecov-action@v4
3739
with:

0 commit comments

Comments
 (0)