Skip to content

Commit 90a058f

Browse files
committed
CI - specify TAU_LOG_PATH when running BEAM tests
1 parent 42cd547 commit 90a058f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,18 +181,23 @@ jobs:
181181
shell: cmd
182182
working-directory: ${{github.workspace}}/app/server/beam/tau
183183
run: mix test
184+
env:
185+
TAU_LOG_PATH: ${{github.workspace}}/tau_log.txt
184186
if: matrix.os == 'windows-latest'
185187

186188
- name: BEAM Tests (Linux)
187189
working-directory: ${{github.workspace}}/app/server/beam/tau
188190
run: mix test
189191
if: matrix.os == 'ubuntu-latest'
190192
env:
193+
TAU_LOG_PATH: ${{github.workspace}}/tau_log.txt
191194
TAU_DISABLE_MIDI: true
192195

193196
- name: BEAM Tests (macOS)
194197
working-directory: ${{github.workspace}}/app/server/beam/tau
195198
run: mix test
199+
env:
200+
TAU_LOG_PATH: ${{github.workspace}}/tau_log.txt
196201
if: matrix.os == 'macos-latest'
197202

198203
- name: Ruby Tests (Mac/Linux)

0 commit comments

Comments
 (0)