Skip to content

Commit

Permalink
Merge pull request #3 from overlay-market/main
Browse files Browse the repository at this point in the history
update test.yml
  • Loading branch information
TomasCImach authored May 31, 2023
2 parents 4c2feba + 802803a commit adfa4f8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
pull_request:
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm install
- run: npx hardhat coverage
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.json,lcov.info,coverage/lcov.info

0 comments on commit adfa4f8

Please sign in to comment.