diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7f6e163c..cbfad949 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -12,6 +12,10 @@ jobs: - uses: actions/checkout@v2 - uses: satackey/action-docker-layer-caching@v0.0.11 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