We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36ccf9 commit 4cf8058Copy full SHA for 4cf8058
.github/workflows/ci.yml
@@ -77,19 +77,19 @@ jobs:
77
mix phx.server &
78
79
- uses: taiki-e/install-action@v2
80
- if: ${{ matrix.apple-target-os == 'macOS' }}
+ if: ${{ matrix.apple-target-os != 'macOS' }}
81
with:
82
tool: [email protected]
83
- name: Start Simulator
84
85
uses: futureware-tech/simulator-action@v3
86
87
os: ${{ matrix.apple-target-os }}
88
89
- name: Test phoenix_channel_clients
90
env:
91
DINGHY_LOG: debug
92
93
run: |
94
cargo dinghy all-platforms
95
cargo dinghy all-devices
0 commit comments