File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -183,21 +183,23 @@ jobs:
183
183
run : mix test
184
184
env :
185
185
TAU_LOG_PATH : ${{github.workspace}}/tau_log.txt
186
+ TAU_DISABLE_MIDI : true
186
187
if : matrix.os == 'windows-latest'
187
188
188
189
- name : BEAM Tests (Linux)
189
190
working-directory : ${{github.workspace}}/app/server/beam/tau
190
191
run : mix test
191
- if : matrix.os == 'ubuntu-latest'
192
192
env :
193
193
TAU_LOG_PATH : ${{github.workspace}}/tau_log.txt
194
194
TAU_DISABLE_MIDI : true
195
+ if : matrix.os == 'ubuntu-latest'
195
196
196
197
- name : BEAM Tests (macOS)
197
198
working-directory : ${{github.workspace}}/app/server/beam/tau
198
199
run : mix test
199
200
env :
200
201
TAU_LOG_PATH : ${{github.workspace}}/tau_log.txt
202
+ TAU_DISABLE_MIDI : true
201
203
if : matrix.os == 'macos-latest'
202
204
203
205
- name : Ruby Tests (Mac/Linux)
You can’t perform that action at this time.
0 commit comments