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