Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Sep 24, 2024
1 parent b05f286 commit cf36358
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 -W --args --no-gui https://browsers.software
open ./Browsers.app -W --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 cf36358

Please sign in to comment.