Skip to content

Commit

Permalink
Update path in test_and_deploy.yml worflow
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Cunliffe <samcunliffe@users.noreply.github.com>
  • Loading branch information
niksirbi and samcunliffe committed Nov 10, 2023
1 parent 95c551c commit b49262a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
- name: Cache Test Data
uses: actions/cache@v3
with:
path: |
~/.WAZP/*
path: ${{ github.workspace }}/.WAZP/*
key: cached-test-data
enableCrossOsArchive: true

Expand Down

0 comments on commit b49262a

Please sign in to comment.