Skip to content

Commit

Permalink
chore: upload test artifacts in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
Toromyx committed Mar 12, 2024
1 parent 1932645 commit 61f419a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ jobs:
src-tauri/target
~/.cargo
- run: xvfb-run npm run test
- uses: actions/upload-artifact@v4
if: always()
with:
name: test-data-dir
path: |
~/.local/share/com.github.toromyx.recipe-book/.TEST

0 comments on commit 61f419a

Please sign in to comment.