Skip to content

Commit d9b7204

Browse files
author
narrieta@microsoft
committed
TEST
1 parent 495fb80 commit d9b7204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
pylint $PYLINT_OPTIONS $PYLINT_FILES
115115
116116
- name: Execute Unit Tests
117-
# if: success() || (failure() && (steps.install-dependencies.outcome == 'success' || steps.install-venv.outcome == 'success')
117+
if: success() || (failure() && (steps.install-dependencies.outcome == 'success' || steps.install-venv.outcome == 'success')
118118
run: |
119119
if [[ "${{ matrix.use_virtual_environment}}" == "true" ]]; then
120120
source /home/waagent/virtualenv/python${{ matrix.python-version }}/bin/activate

0 commit comments

Comments
 (0)