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 Jun 10, 2024
1 parent 851b90d commit 6296813
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 @@ -30,8 +30,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 -d --wait
- run: npx nyc npm 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 6296813

Please sign in to comment.