Skip to content

Commit 3d142ad

Browse files
committed
6
1 parent e632a73 commit 3d142ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run_integration_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: Setup database
3535
run: |
3636
# sudo systemctl start mysql
37-
mysql -u root -proot -h localhost -P 3306 -e 'CREATE DATABASE tg_ci;'
38-
mysql -u root -proot -h localhost -P 3306 tg_ci < SQL/tgstation_schema.sql
39-
mysql -u root -proot -h localhost -P 3306 -e 'CREATE DATABASE tg_ci_prefixed;'
40-
mysql -u root -proot -h localhost -P 3306 tg_ci_prefixed < SQL/tgstation_schema_prefixed.sql
37+
mysql -u root -proot -h 127.0.0.1 -P 3306 -e 'CREATE DATABASE tg_ci;'
38+
mysql -u root -proot -h 127.0.0.1 -P 3306 tg_ci < SQL/tgstation_schema.sql
39+
mysql -u root -proot -h 127.0.0.1 -P 3306 -e 'CREATE DATABASE tg_ci_prefixed;'
40+
mysql -u root -proot -h 127.0.0.1 -P 3306 tg_ci_prefixed < SQL/tgstation_schema_prefixed.sql
4141
- name: Install rust-g
4242
run: |
4343
bash tools/ci/install_rust_g.sh

0 commit comments

Comments
 (0)