We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6133b commit c59c7c7Copy full SHA for c59c7c7
.github/workflows/wasm.yaml
@@ -60,8 +60,7 @@ jobs:
60
firefox-version: '97.0'
61
- name: Custom headless firefox script
62
run: |
63
- echo "#!/bin/bash" > /tmp/hffox
64
- echo "nohup firefox --headless "$*" >/dev/null 2>&1 &" >> /tmp/hffox
+ echo 'nohup firefox --headless "$*" >/dev/null 2>&1 &' > /tmp/hffox
65
chmod 755 /tmp/hffox
66
67
# Run tests
0 commit comments