Skip to content

Commit 2327e41

Browse files
authored
Test building BridgeJSTool on macOS on CI
This exposes build errors on macOS that aren't reproducible on Linux.
1 parent e970740 commit 2327e41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
runs-on: ${{ matrix.os }}
7171
steps:
7272
- uses: actions/checkout@v6
73+
- run: swift build --product BridgeJSTool
74+
env:
75+
DEVELOPER_DIR: /Applications/${{ matrix.xcode }}.app/Contents/Developer/
7376
- run: swift build --package-path ./Examples/Basic
7477
env:
7578
DEVELOPER_DIR: /Applications/${{ matrix.xcode }}.app/Contents/Developer/

0 commit comments

Comments
 (0)