This commit is contained in:
parent
7577dc2324
commit
8da698851b
@ -46,7 +46,12 @@ jobs:
|
|||||||
${{ vars.TAGS }}
|
${{ vars.TAGS }}
|
||||||
load: true
|
load: true
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: docker run -v ${PWD}/tests:/mnt/tests --network=host -e PGHOST=localhost registry.ethumada.com/odoo/odoo17co:latest /mnt/tests/runtests.sh -v
|
run: |
|
||||||
|
docker run -v $(pwd)/tests:/mnt/tests \
|
||||||
|
--network=host \
|
||||||
|
-e PGHOST=localhost \
|
||||||
|
${{ env.TAGS }}:latest \
|
||||||
|
/mnt/tests/runtests.sh
|
||||||
- name: Push image
|
- name: Push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user