Skip to content

Commit

Permalink
Run esm test after coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 1, 2020
1 parent 92c8717 commit 4997566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -51,8 +51,8 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
- name: Generate coverage report
run: |
yarn test:esm
make -j test-ci-coverage
yarn test:esm
- name: Upload coverage report
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 4997566

Please sign in to comment.