2
0
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:
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 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 }}