Adjusted filter expression in find for PublishTestResults.

This commit is contained in:
Patrick Lehmann
2024-06-16 23:35:06 +02:00
parent ae13aa2dff
commit d4afc820ab
7 changed files with 10 additions and 10 deletions

View File

@@ -294,7 +294,7 @@ jobs:
print(f"DEBUG:\n html={htmlDirectory}\n xml={xmlFile}\n json={jsonFile}")
- name: Run unit tests (Ubuntu/macOS)
- name: Run unit tests (Ubuntu/macOS)
if: matrix.system != 'windows'
run: |
export ENVIRONMENT_NAME="${{ matrix.envname }}"
@@ -310,7 +310,7 @@ jobs:
python -m pytest -raP $PYTEST_ARGS --color=yes ${{ inputs.tests_directory || '.' }}/${{ inputs.unittest_directory }}
fi
- name: Run unit tests (Windows)
- name: Run unit tests (Windows)
if: matrix.system == 'windows'
run: |
$env:ENVIRONMENT_NAME = "${{ matrix.envname }}"