Skip to content

Commit

Permalink
Fix rename issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Jan 28, 2022
1 parent 1df782f commit 8aced9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -84,7 +84,7 @@ jobs:
npm run test-headless -- --chrome $SINON_CHROME_BIN --allow-chrome-as-root
npm run test-webworker -- --chrome $SINON_CHROME_BIN --allow-chrome-as-root
npm run test-esm-bundle
npm run check-esm-bundle-runs-in-browser
- name: Upload coverage report
run: bash <(curl -s https://codecov.io/bash) -F unit -s coverage/lcov.info

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -24,6 +24,6 @@ services:
sh -c " $$SINON_CHROME_BIN --version
&& npm run test-headless -- --chrome $$SINON_CHROME_BIN --allow-chrome-as-root
&& npm run test-webworker -- --chrome $$SINON_CHROME_BIN --allow-chrome-as-root
&& npm run test-esm-bundle
&& npm run check-esm-bundle-runs-in-browser
&& npm run test-node
"

0 comments on commit 8aced9e

Please sign in to comment.