Skip to content

Commit 3d3e89e

Browse files
authored
Use correct filename for bundle
1 parent 1d00c03 commit 3d3e89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_bundles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
page.on( 'pageerror', exception => {\
8282
throw new Error( exception.message );\
8383
});\
84-
await page.addScriptTag({ path: './bundle.js' });\
84+
await page.addScriptTag({ path: './browser.js' });\
8585
await browser.close();\
8686
})();"
8787
node --eval "$PLAYWRIGHT_SCRIPT" || exit $?

0 commit comments

Comments
 (0)