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 fb0adae commit 34df500Copy full SHA for 34df500
.github/workflows/validation-tests.yml
@@ -114,7 +114,6 @@ jobs:
114
- name: 'execution: Run tests in pipenv environment'
115
working-directory: tests/validation
116
run: |
117
- source "$(python3 -m pipenv --venv)/bin/activate"
118
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:
0 commit comments