Skip to content

Commit a2f88f3

Browse files
committed
CI - disable tau midi on all platforms for mix test
We have no tests for MIDI yet and until we do there's no need to start the midi server (which currently causes issues with the CI tests)
1 parent 90a058f commit a2f88f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,21 +183,23 @@ jobs:
183183
run: mix test
184184
env:
185185
TAU_LOG_PATH: ${{github.workspace}}/tau_log.txt
186+
TAU_DISABLE_MIDI: true
186187
if: matrix.os == 'windows-latest'
187188

188189
- name: BEAM Tests (Linux)
189190
working-directory: ${{github.workspace}}/app/server/beam/tau
190191
run: mix test
191-
if: matrix.os == 'ubuntu-latest'
192192
env:
193193
TAU_LOG_PATH: ${{github.workspace}}/tau_log.txt
194194
TAU_DISABLE_MIDI: true
195+
if: matrix.os == 'ubuntu-latest'
195196

196197
- name: BEAM Tests (macOS)
197198
working-directory: ${{github.workspace}}/app/server/beam/tau
198199
run: mix test
199200
env:
200201
TAU_LOG_PATH: ${{github.workspace}}/tau_log.txt
202+
TAU_DISABLE_MIDI: true
201203
if: matrix.os == 'macos-latest'
202204

203205
- name: Ruby Tests (Mac/Linux)

0 commit comments

Comments
 (0)