mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
Fix CI tests
This commit is contained in:
parent
57d273c512
commit
144baf9239
1 changed files with 1 additions and 1 deletions
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 a new issue