Skip to content

Commit

Permalink
Merge pull request #1 from zylcom/ci
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
zylcom authored Jul 29, 2023
2 parents 8305857 + d471cca commit 29721d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mysql -e 'CREATE DATABASE food_app;' -uroot -proot
mysql -e 'SHOW DATABASES;' -uroot -proot
test:
automation_testing:
needs: start_mysql
environment: production
runs-on: ubuntu-latest
Expand Down

0 comments on commit 29721d2

Please sign in to comment.