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
|
run: bash scripts/test.sh
|
||||||
- name: Run mysql
|
- name: Run mysql
|
||||||
env:
|
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: bash scripts/test.sh
|
||||||
- run: mypy --config-file mypy.ini ormar tests
|
- run: mypy --config-file mypy.ini ormar tests
|
||||||
- name: Upload coverage
|
- name: Upload coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user