Skip to content

Commit

Permalink
try adding cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Oct 23, 2023
1 parent a2e206b commit 860829d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- uses: actions/checkout@v2
- uses: satackey/[email protected]
continue-on-error: true
with:
key: qbo-api-${{ hashFiles('requirements.txt') }}
restore-keys: |
qbo-api-${{ hashFiles('requirements.txt') }}
- name: Bring up Services and test for token health
run: |
docker-compose -f docker-compose-pipeline.yml build
Expand Down

0 comments on commit 860829d

Please sign in to comment.