Skip to content

Commit 5eda470

Browse files
committed
Apple GHA - don't run tests for iOS target
1 parent c9ca767 commit 5eda470

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
run: cmake --build build --config Release --target install
7676

7777
- name: test install using examples
78+
if: matrix.config.name != 'iOS'
7879
run: |
7980
# Test that the in-tree install was successful by building the examples
8081
cmake -S examples -B examples/build \
@@ -106,6 +107,7 @@ jobs:
106107

107108
# run internal tests
108109
- name: unit tests
110+
if: matrix.config.name != 'iOS'
109111
run: |
110112
mkdir -p dumps
111113
install/bin/lsl_test_internal --order rand --wait-for-keypress never --durations yes

0 commit comments

Comments
 (0)