Skip to content

Commit 4cf8058

Browse files
committed
fix ci
1 parent a36ccf9 commit 4cf8058

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,19 @@ jobs:
7777
mix phx.server &
7878
7979
- uses: taiki-e/install-action@v2
80-
if: ${{ matrix.apple-target-os == 'macOS' }}
80+
if: ${{ matrix.apple-target-os != 'macOS' }}
8181
with:
8282
8383
- name: Start Simulator
84-
if: ${{ matrix.apple-target-os == 'macOS' }}
84+
if: ${{ matrix.apple-target-os != 'macOS' }}
8585
uses: futureware-tech/simulator-action@v3
8686
with:
8787
os: ${{ matrix.apple-target-os }}
8888

8989
- name: Test phoenix_channel_clients
9090
env:
9191
DINGHY_LOG: debug
92-
if: ${{ matrix.apple-target-os == 'macOS' }}
92+
if: ${{ matrix.apple-target-os != 'macOS' }}
9393
run: |
9494
cargo dinghy all-platforms
9595
cargo dinghy all-devices

0 commit comments

Comments
 (0)