Split nox step into prepare and execute. (#1283)

This commit is contained in:
Felix Fontein
2026-06-14 18:30:50 +02:00
committed by GitHub
parent 74cde23fe2
commit 925eb15ded
4 changed files with 63 additions and 36 deletions
+2
View File
@@ -23,6 +23,8 @@ jobs:
- checkout: self
fetchDepth: $(fetchDepth)
path: $(checkoutPath)
- bash: .azure-pipelines/scripts/run-tests.sh "$(prepareEntryPoint)" "${{ job.test }}" "$(coverageBranches)" "$(Agent.TempDirectory)"
displayName: Prepare Tests
- bash: .azure-pipelines/scripts/run-tests.sh "$(entryPoint)" "${{ job.test }}" "$(coverageBranches)" "$(Agent.TempDirectory)"
displayName: Run Tests
- bash: .azure-pipelines/scripts/process-results.sh