Skip to content

Commit 0ca8aed

Browse files
author
Ruslan Baidan
committed
Uncommented the mysql server start for the build.
1 parent 6f4b8fb commit 0ca8aed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
#mysql user: $MYSQL_USER # Required if "mysql root password" is empty, default is empty. The superuser for the specified database. Can use secrets, too
2929
#mysql password: $MYSQL_PASSWORD # Required if "mysql user" exists. The password for the "mysql user"
3030

31-
#- name: Start MySQL (SUDO)
32-
#run: sudo service mysql start
31+
- name: Start MySQL (SUDO)
32+
run: sudo service mysql start
3333

3434
- name: Setup PHP
3535
uses: shivammathur/setup-php@v1

0 commit comments

Comments
 (0)