Skip to content

Commit

Permalink
chore: try $XDG_DATA_HOME to find the test data dir in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Toromyx committed Mar 12, 2024
1 parent 61f419a commit dc2d3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
with:
name: test-data-dir
path: |
~/.local/share/com.github.toromyx.recipe-book/.TEST
${XDG_DATA_HOME}/com.github.toromyx.recipe-book/.TEST

0 comments on commit dc2d3c0

Please sign in to comment.