Skip to content

Commit

Permalink
ci: fix pytest img tar downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 19, 2023
1 parent 37c1796 commit ae16d40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/r-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:

- name: Load Cached Imgs
run: |
docker image load --input ${{ needs.cache-img-postgis.outputs.cache_key }} || true
docker image load --input ${{ needs.cache-img-odk.outputs.cache_key }} || true
docker image load --input ${{ needs.cache-img-odk-proxy-cache.outputs.cache_key }} || true
docker image load --input ${{ needs.cache-img-postgis.outputs.cache_key }}.tar || true
docker image load --input ${{ needs.cache-img-odk.outputs.cache_key }}.tar || true
docker image load --input ${{ needs.cache-img-odk-proxy.outputs.cache_key.tar }} || true
- name: Environment to .env
env:
Expand Down

0 comments on commit ae16d40

Please sign in to comment.