mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-25 23:19:28 +00:00
Updating docker action.
This commit is contained in:
parent
8a671dce94
commit
cd051bb8cc
7
.github/workflows/create-docker-action.yml
vendored
7
.github/workflows/create-docker-action.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user