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 5bd7c4a commit 0824f17Copy full SHA for 0824f17
.github/workflows/validation-tests.yml
@@ -115,7 +115,7 @@ jobs:
115
working-directory: tests/validation
116
run: |
117
source "$(python3 -m pipenv --venv)/bin/activate"
118
- sudo pytest '${{ inputs.validation-tests }}' --nic="${TEST_PORT_P},${TEST_PORT_R}" --media=/mnt/media --build='../..'
+ sudo --preserve-env python3 -m pipenv run pytest '${{ inputs.validation-tests }}' --nic="${TEST_PORT_P},${TEST_PORT_R}" --media=/mnt/media --build='../..'
119
120
validation-cleanup-tests:
121
needs: [validation-build-mtl, validation-run-tests]
0 commit comments