mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Update test.yml
This commit is contained in:
parent
73baf10607
commit
2485175d2c
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -38,6 +38,11 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Install postgis
|
||||
run: psql -c 'create extension postgis;' -h postgres -U postgres -d gsevpt_tests
|
||||
env:
|
||||
PGPASSWORD: postgres
|
||||
|
||||
- name: Run tests
|
||||
run: pytest --cov-report=html --cov=project tests/test___init__.py
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user