Skip to content

Commit

Permalink
fix(CI.yml): Open finder to have active window
Browse files Browse the repository at this point in the history
  • Loading branch information
miniben-90 committed Jan 13, 2024
1 parent fa7d88b commit 9123014
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ jobs:
name: bindings-${{ matrix.settings.target }}
path: .

- name: Open finder to have an active window (MacOS)
if: ${{ matrix.settings.host == 'macos-latest' }}
run: open .

- name: Test bindings
run: yarn test

Expand Down

0 comments on commit 9123014

Please sign in to comment.