Skip to content

Commit 0e38f25

Browse files
committed
WIP
1 parent 0b637d5 commit 0e38f25

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/behat.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,11 @@ jobs:
121121
sudo xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
122122
java -Dwebdriver.chrome.driver=/usr/bin/chromedriver -jar selenium-server-4.1.3.jar standalone --log selenium.log > /dev/null &
123123
124-
- name: Start mysql service
124+
- name: Start mariadb service
125125
run: |
126-
sudo /etc/init.d/mysql start
127-
#sudo systemctl restart apache2
126+
sudo apt-get install -y mariadb-server
127+
sudo /etc/init.d/mariadb start
128+
sudo systemctl restart apache2
128129
129130
- name: Check PHP settings
130131
run: |

0 commit comments

Comments
 (0)