Skip to content

Commit

Permalink
modified: .github/workflows/docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Egg committed Oct 2, 2024
1 parent 2d7b058 commit 84f1235
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- uses: actions/checkout@v2
- name: Setup
run: |
docker-compose -v
docker-compose up -d
docker compose version
docker compose up -d
docker image ls
sleep 10
- name: Verify
run: bash .travis/verify.sh
- name: Clean up
run: |
docker-compose stop
docker-compose rm -f
docker compose stop
docker compose rm -f

0 comments on commit 84f1235

Please sign in to comment.