Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 17, 2024
1 parent abd47ce commit e2e5202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

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

0 comments on commit e2e5202

Please sign in to comment.