Skip to content

Commit

Permalink
Fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Feb 29, 2024
1 parent 57aeab7 commit 99f6a9c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration-tests-irods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jobs:
load: true
push: false
set: |
web.cache-from=type=gha
web.cache-to=type=gha
irods-catalog.cache-from=type=gha
irods-catalog.cache-to=type=gha
irods-catalog-provider.cache-from=type=gha
irods-catalog-provider.cache-to=type=gha
irods-client.cache-from=type=gha
irods-client.cache-to=type=gha
- name: Run tests using docker-compose
run: docker-compose up --no-build --exit-code-from irods-client

0 comments on commit 99f6a9c

Please sign in to comment.