From 592339ca0f5f397010f002a022ac7f35d0d69497 Mon Sep 17 00:00:00 2001 From: Madis Liias Date: Sat, 30 Nov 2024 16:23:44 +0200 Subject: [PATCH] fix macos e2e test --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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