diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a467e7..052c35c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -218,7 +218,10 @@ jobs: cd "$target_dir" set -x - command_output="$(open ./Browsers.app -W --stdout $(tty) --stderr $(tty) --args --no-gui https://browsers.software)" + touch ./output_file + open ./Browsers.app -W --stdout output_file --stderr output_file --args --no-gui https://browsers.software + + command_output=`cat ./output_file` echo "$command_output" if "$command_output" | grep -q 'Safari'; then