Skip to content

Commit

Permalink
fix: wait for logs when verifying
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed Dec 12, 2024
1 parent 5c7dd53 commit 64417f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verifyimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
run: |
echo "Starting container ${{ matrix.target }}"
docker run --pull "never" -d --name ${{ matrix.target }}-test "${REPO}:${{ matrix.target }}"
sleep 30
docker logs ${{ matrix.target }}-test
- name: Verify ${{ matrix.target }}
Expand Down

0 comments on commit 64417f2

Please sign in to comment.