Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
curtishall authored Jul 20, 2023
1 parent 69e21c8 commit 2bde0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Run tests
run: |
sudo /etc/init.d/mysql status
if [ -f docker-compose.test.yml ]; then
echo "test"
if [ -f docker-compose.test.yml ]; then
docker-compose --file docker-compose.test.yml build
docker-compose --file docker-compose.test.yml run sut
else
Expand Down

0 comments on commit 2bde0d8

Please sign in to comment.