mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
Try pointing to different host
This commit is contained in:
5
.github/workflows/mysql.yaml
vendored
5
.github/workflows/mysql.yaml
vendored
@ -33,11 +33,6 @@ jobs:
|
||||
pip3 install invoke
|
||||
pip3 install mysqlclient
|
||||
invoke install
|
||||
- name: Create Database
|
||||
run: |
|
||||
sudo /etc/init.d/mysql start
|
||||
mysql -e 'CREATE_DATABASE inventree_test_db;' -uroot -proot
|
||||
mysql -e 'SHOW DATABASES;' -uroot -proot
|
||||
- name: Run Tests
|
||||
run: |
|
||||
cd InvenTree
|
||||
|
Reference in New Issue
Block a user