Skip to content

Commit

Permalink
same save path
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 17, 2024
1 parent e2e5202 commit ddd2323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ jobs:
with:
path: /tmp
pattern: "*-${{ github.run_number }}"
merge-multiple: true

- name: Load Docker images
run: |
ls -1 /tmp/*${{ github.run_number }} | xargs --no-run-if-empty -L 1 docker load -i
ls -1 /tmp/*.tar | xargs --no-run-if-empty -L 1 docker load -i
docker image ls -a
- name: Verify docker-compose
Expand Down

0 comments on commit ddd2323

Please sign in to comment.