We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb588f1 commit 39b1118Copy full SHA for 39b1118
deployment/codefresh-dev.yaml
@@ -600,7 +600,7 @@ steps:
600
workspaces_ut:
601
title: Unit tests for workspaces
602
commands:
603
- - pip install -r test-requirements.txt
+ - pip install -r /usr/src/app/test-requirements.txt
604
- pytest /usr/src/app/
605
image: '${{REGISTRY}}/osb/workspaces:${{WORKSPACES_TAG}}'
606
deployment:
0 commit comments