Skip to content

Commit 39b1118

Browse files
committed
Fix CI/CD unit test
1 parent bb588f1 commit 39b1118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/codefresh-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ steps:
600600
workspaces_ut:
601601
title: Unit tests for workspaces
602602
commands:
603-
- pip install -r test-requirements.txt
603+
- pip install -r /usr/src/app/test-requirements.txt
604604
- pytest /usr/src/app/
605605
image: '${{REGISTRY}}/osb/workspaces:${{WORKSPACES_TAG}}'
606606
deployment:

0 commit comments

Comments
 (0)