Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #92 from ethereumjs/fix-actions-coverage
Browse files Browse the repository at this point in the history
Update `actions/checkout` to v2
  • Loading branch information
holgerd77 authored Jul 13, 2020
2 parents 6f02c06 + bebf3f8 commit a3e2f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: actions/checkout@v1
- uses: actions/checkout@v2

- run: npm install
- run: npm run test
Expand All @@ -31,7 +31,7 @@ jobs:
with:
node-version: 12.x

- uses: actions/checkout@v1
- uses: actions/checkout@v2

- run: npm install
- run: npm run coverage
Expand Down

0 comments on commit a3e2f2e

Please sign in to comment.