remove travis, switch to github actions
This commit is contained in:
2
.github/workflows/test-package.yml
vendored
2
.github/workflows/test-package.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
run: bash scripts/test.sh
|
||||
- name: Run mysql
|
||||
env:
|
||||
DATABASE_URL: "mysql://username:password@localhost:3306/testsuite"
|
||||
DATABASE_URL: "mysql://username:password@127.0.0.1:3306/testsuite"
|
||||
run: bash scripts/test.sh
|
||||
- run: mypy --config-file mypy.ini ormar tests
|
||||
- name: Upload coverage
|
||||
|
||||
Reference in New Issue
Block a user