Skip to content

Commit

Permalink
Cache for cellfinder workflow tests (#102)
Browse files Browse the repository at this point in the history
* add cache step for cellfinder workflow tests

* missing double quotes

* enable cross OS archive and fail if cache misses
  • Loading branch information
sfmig authored May 1, 2024
1 parent 78b6a1c commit 62a61b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
brew install hdf5
# Cache cellfinder workflow data
- name: Cache data for cellfinder workflow tests
uses: actions/cache@v3
with:
path: "~/.brainglobe-tests"
key: cellfinder-test-data
fail-on-cache-miss: true
enableCrossOsArchive: true
# Run tests
- uses: neuroinformatics-unit/actions/test@v2
with:
Expand Down

0 comments on commit 62a61b1

Please sign in to comment.