mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
Workflow - Verify MySQL Connection
This commit is contained in:
parent
9b304df564
commit
b0b04f0af7
5
.github/workflows/general.yaml
vendored
5
.github/workflows/general.yaml
vendored
@ -118,6 +118,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Verify MySQL Connection
|
||||
run: |
|
||||
mysql --version
|
||||
sudo apt-get install -y mysql-client
|
||||
mysql --host 127.0.0.1 --port 33306 -uuser -ppassword -e "SHOW DATABASES"
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user