Skip to content

Commit 1450765

Browse files
committed
Fix workflow
1 parent 0c609f9 commit 1450765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
npm run test-headless -- --chrome $SINON_CHROME_BIN --allow-chrome-as-root
8888
npm run test-webworker -- --chrome $SINON_CHROME_BIN --allow-chrome-as-root
89-
npm run check-esm-bundle-runs-in-browser
89+
npm run test-esm-browser-build
9090
- name: Upload coverage report
9191
run: bash <(curl -s https://codecov.io/bash) -F unit -s coverage/lcov.info
9292

0 commit comments

Comments
 (0)