Skip to content

Commit 090be6a

Browse files
Update run_tests.yml
1 parent 4f67a01 commit 090be6a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ jobs:
2525
run: dotnet run --project AudioCuesheetEditor &
2626
- name: Run tests
2727
run: dotnet test
28+
- name: Upload traces
29+
uses: actions/upload-artifact@v4
30+
with:
31+
name: traces
32+
path: AudioCuesheetEditor.End2EndTests/bin/Debug/net9.0/playwright-traces/
33+
if-no-files-found: ignore

0 commit comments

Comments
 (0)