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 Sep 14, 2020
1 parent e359075 commit ab64884
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 ab64884

Please sign in to comment.