1 parent 79fb765 commit c4c68fdCopy full SHA for c4c68fd
1 file changed
.github/workflows/build.yaml
@@ -14,6 +14,8 @@ jobs:
14
operating-system: [ubuntu-latest]
15
php-versions: ['7.3', '7.4']
16
steps:
17
+ - name: Start MySQL
18
+ run: sudo /etc/init.d/mysql start
19
- name: Set environment variables
20
run: |
21
echo "::set-env name=APP_ENV::test"
0 commit comments