Skip to content

Commit

Permalink
add caching of test data in gh workflow (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi authored Aug 8, 2023
1 parent 7a8b856 commit 5375c39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ jobs:
python-version: "3.10"

steps:
# Run tests
- name: Cache Test Data
uses: actions/cache@v3
with:
path: |
~/.movement/*
key: cached-test-data
enableCrossOsArchive: true
- uses: neuroinformatics-unit/actions/test@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 5375c39

Please sign in to comment.