Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed May 22, 2024
1 parent a35818e commit 6474969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Run Docker container
run: |
docker run --name test-container ${{ env.IMAGE_NAME }}:latest
docker run --name test-container -d ${{ env.IMAGE_NAME }}:latest
sleep 5
docker logs test-container
docker stop test-container

0 comments on commit 6474969

Please sign in to comment.