We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a9a87 commit f0d9705Copy full SHA for f0d9705
.github/workflows/onRelease.yaml
@@ -25,9 +25,9 @@ jobs:
25
26
# IMPORTANT: The testing framework is not yet implemented, and therefore still under development.
27
28
- cd mlOps/devOps/utils
+ #cd mlOps/devOps/utils
29
30
- python -m pytest -v
+ #python -m pytest -v
31
32
prApproved_CD_Development:
33
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true && contains(github.head_ref, 'feature') && github.base_ref == 'main'
0 commit comments