Skip to content

Commit

Permalink
πŸ‘©πŸ½β€πŸ­ fix compose step: load image in muatation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mvillasante committed Oct 30, 2024
1 parent ab64bb5 commit 75cc460
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Download artifact
uses: actions/download-artifact@main
with:
name: image
path: /tmp
- name: Load image
run: |
docker load --input /tmp/image.tar
docker image ls -a
- name: Run docker-compose
uses: hoverkraft-tech/compose-action@v2.0.1
with:
Expand Down

0 comments on commit 75cc460

Please sign in to comment.