Skip to content

Commit

Permalink
ci: ensure that work on testnet (don't merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Feb 15, 2024
1 parent 49c6024 commit 6b43487
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
BASE: ${{ github.event.pull_request.base.sha }}
run: npx commitlint --from $BASE --to $HEAD --verbose
- run: npm run lint
- run: docker compose up -d --wait
- run: docker compose up compiler compiler-7 -d --wait
- run: npx nyc npm run test
env:
NETWORK: testnet
- run: npx nyc report --reporter=text-lcov > coverage.lcov
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 6b43487

Please sign in to comment.