We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a178a commit 592339cCopy full SHA for 592339c
.github/workflows/ci.yml
@@ -218,7 +218,10 @@ jobs:
218
cd "$target_dir"
219
set -x
220
221
- command_output="$(open ./Browsers.app -W --stdout $(tty) --stderr $(tty) --args --no-gui https://browsers.software)"
+ touch ./output_file
222
+ open ./Browsers.app -W --stdout output_file --stderr output_file --args --no-gui https://browsers.software
223
+
224
+ command_output=`cat ./output_file`
225
echo "$command_output"
226
227
if "$command_output" | grep -q 'Safari'; then
0 commit comments