Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler authored Dec 11, 2024
1 parent 7191683 commit 2c26bda
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ jobs:

steps:
- uses: actions/checkout@v4


- name: "Cache Docker images"
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}

- run: pwd && find .

- name: "Install Docker and run tests"
Expand Down

0 comments on commit 2c26bda

Please sign in to comment.