Skip to content

Commit 717840a

Browse files
committed
Some fixes to run_test.sh:
* Add shebang * chmod +x * npx playwright install
1 parent 6ffcab6 commit 717840a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tools/wasm/emscripten/browser_test/run_test.sh

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
npm ci
2-
npx playwright install chrome
3+
npx playwright install
34
CI=1 npx playwright test

0 commit comments

Comments
 (0)