Fixed the workflow file structure.

master
Ruslan Baidan 2024-10-09 17:06:32 +02:00
parent b72e45ae77
commit 1afe030c1c
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 13 additions and 16 deletions

View File

@ -13,6 +13,9 @@ jobs:
MYSQL_USER: sqlmonarcuser
MYSQL_PASSWORD: password
steps:
- uses: actions/checkout@v1
#- name: Shutdown Ubuntu MySQL (SUDO)
#run: sudo service mysql stop
@ -29,12 +32,6 @@ jobs:
- name: Start MySQL (SUDO)
run: sudo service mysql start
steps:
- uses: actions/checkout@v1
- name: Shutdown Ubuntu MySQL (SUDO)
run: sudo service mysql stop
- name: Setup PHP
uses: shivammathur/setup-php@v2
with: