Skip to content

Commit

Permalink
Try using full path
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Feb 12, 2024
1 parent 5252bcd commit 30f38d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: cache-samples
uses: actions/cache@v4
with:
path: ~/.config/sdss
path: ~/.cache/sdss/too/samples/sdss5db_too_test
key: ${{ runner.os }}-config-sdss

- name: Install Postgresql
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
black --check src/too
- run: |
ls -la ~/.cache/sdss
ls -la ~/.cache/sdss/too/samples/sdss5db_too_test

0 comments on commit 30f38d5

Please sign in to comment.