From af368f0756b831d270e74509063a1004015a6c54 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Wed, 7 Apr 2021 22:17:10 +0100 Subject: [PATCH] Fix logs archive. --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 53a4837..41d3078 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -36,6 +36,8 @@ jobs: python -m sounddevice cp config.py.example config.py # We don't need an API config file for these tests. python -m unittest + - name: Archive test logs + uses: actions/upload-artifact@v2 with: name: Logs path: |