Skip to content

Commit

Permalink
ci: wait for browsers to exit in macos e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Sep 24, 2024
1 parent c8811a4 commit 9c5e4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
target_dir='target/universal-apple-darwin/release'
cd "$target_dir"
set -x
open ./Browsers.app --env BROWSERS_LOG_LEVEL=DEBUG --stdout /tmp/my-stdout --stderr /tmp/my-stderr --args --no-gui https://browsers.software && cat /tmp/my-stdout && cat /tmp/my-stderr
open ./Browsers.app -W --env BROWSERS_LOG_LEVEL=DEBUG --stdout /tmp/my-stdout --stderr /tmp/my-stderr --args --no-gui https://browsers.software && cat /tmp/my-stdout && cat /tmp/my-stderr
shell: bash
- name: Upload mac artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9c5e4bf

Please sign in to comment.