Skip to content

Commit

Permalink
add cache step for cellfinder workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Apr 30, 2024
1 parent b5f62ef commit 049f9c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ 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
# Run tests
- uses: neuroinformatics-unit/actions/test@v2
with:
Expand Down

0 comments on commit 049f9c9

Please sign in to comment.