Skip to content

Commit c59c7c7

Browse files
committed
fix headless browser script for wasm tests
1 parent 7a6133b commit c59c7c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wasm.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
firefox-version: '97.0'
6161
- name: Custom headless firefox script
6262
run: |
63-
echo "#!/bin/bash" > /tmp/hffox
64-
echo "nohup firefox --headless "$*" >/dev/null 2>&1 &" >> /tmp/hffox
63+
echo 'nohup firefox --headless "$*" >/dev/null 2>&1 &' > /tmp/hffox
6564
chmod 755 /tmp/hffox
6665
6766
# Run tests

0 commit comments

Comments
 (0)