mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-12-24 11:05:29 +00:00
Fix CI tests
This commit is contained in:
parent
57d273c512
commit
144baf9239
2
.github/workflows/docker-build-push.yml
vendored
2
.github/workflows/docker-build-push.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
|||||||
venv/bin/pip install -r requirements-test.txt
|
venv/bin/pip install -r requirements-test.txt
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: pytest
|
run: venv/bin/pytest
|
||||||
|
|
||||||
- name: Login
|
- name: Login
|
||||||
if: ${{ inputs.push }}
|
if: ${{ inputs.push }}
|
||||||
|
Loading…
Reference in New Issue
Block a user