Fixed the workflow file structure.
parent
b72e45ae77
commit
1afe030c1c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue