Skip to content

Commit

Permalink
Merge pull request afup#1521 from Mopolo/refactor-gha-docker-cache
Browse files Browse the repository at this point in the history
Utilisation d'une autre action pour le cache Docker
  • Loading branch information
stakovicz authored Jul 17, 2024
2 parents 70dcf5b + c7c2157 commit 0d3388e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: satackey/[email protected]
continue-on-error: true
- name: Cache Docker images.
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('compose.yml') }}

- name: Tests - Functional
run: make test-functional

0 comments on commit 0d3388e

Please sign in to comment.