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 495fb80 commit d9b7204Copy full SHA for d9b7204
.github/workflows/ci_pr.yml
@@ -114,7 +114,7 @@ jobs:
114
pylint $PYLINT_OPTIONS $PYLINT_FILES
115
116
- name: Execute Unit Tests
117
-# if: success() || (failure() && (steps.install-dependencies.outcome == 'success' || steps.install-venv.outcome == 'success')
+ if: success() || (failure() && (steps.install-dependencies.outcome == 'success' || steps.install-venv.outcome == 'success')
118
run: |
119
if [[ "${{ matrix.use_virtual_environment}}" == "true" ]]; then
120
source /home/waagent/virtualenv/python${{ matrix.python-version }}/bin/activate
0 commit comments