Skip to content

Commit

Permalink
workflow(coveralls): env
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlilley committed Jan 10, 2022
1 parent c8ddf24 commit 427e282
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ jobs:
# Defaults to the user or organization that owns the workflow file
# scope: '@sushiswap'

- name: Installing dependencies
- name: Yarn
run: yarn

- name: Compile
run: yarn build

- name: Test coverage
- name: Test
run: yarn test:coverage
env:
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}

- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 427e282

Please sign in to comment.