2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

Fix CI tests

This commit is contained in:
Lev Vereshchagin 2022-03-24 10:56:10 +03:00
parent 57d273c512
commit 144baf9239

View File

@ -63,7 +63,7 @@ jobs:
venv/bin/pip install -r requirements-test.txt
- name: Test
run: pytest
run: venv/bin/pytest
- name: Login
if: ${{ inputs.push }}