Updating docker action.

This commit is contained in:
Dan 2022-06-20 15:17:36 -04:00
parent 8a671dce94
commit cd051bb8cc
1 changed files with 4 additions and 3 deletions

View File

@ -53,7 +53,7 @@ jobs:
architecture: 'x64'
- name: Setup Database
- run: psql -h localhost -c 'create database pb_test;' -U postgres
run: psql -h localhost -c 'create database pb_test;' -U postgres
- name: Upgrade pip
run: |
@ -75,8 +75,9 @@ jobs:
poetry --version
- name: Run the tests
- run: poetry run coverage run -m pytest
- run: poetry run coverage xml -i
run: |
poetry run coverage run -m pytest
poetry run coverage xml -i
build-and-push-image:
needs: