Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
Merge branch 'javascript' of github.com:sebbo2002/js-template into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
sebbo2002 committed Jun 13, 2021
2 parents 7b64521 + bbfa026 commit 3815b74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,12 @@ jobs:
- name: 🏁 Boot-up Check
if: github.repository != 'sebbo2002/js-template'
run: |
docker run --rm --name "app" -d $IMAGE
docker run --name "app" -d $IMAGE
sleep 5
docker logs app
docker exec app echo "Ok."
docker stop app
docker rm app
env:
IMAGE: ghcr.io/${{ github.repository }}:${{ github.sha }}
outputs:
Expand Down

0 comments on commit 3815b74

Please sign in to comment.