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 8c0f69c commit e2e81b2Copy full SHA for e2e81b2
.github/workflows/main.yml
@@ -30,8 +30,10 @@ jobs:
30
BASE: ${{ github.event.pull_request.base.sha }}
31
run: npx commitlint --from $BASE --to $HEAD --verbose
32
- run: npm run lint
33
- - run: docker compose up -d --wait
+ - run: docker compose up compiler -d --wait
34
- run: npx nyc npm test
35
+ env:
36
+ NETWORK: testnet
37
- run: npx nyc report --reporter=text-lcov > coverage.lcov
38
- uses: codecov/codecov-action@v4
39
with:
0 commit comments