mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
Cant cross test arm on x64 hosts
This commit is contained in:
@@ -12,6 +12,7 @@ steps:
|
|||||||
- script: ./dev.sh test
|
- script: ./dev.sh test
|
||||||
workingDirectory: src
|
workingDirectory: src
|
||||||
displayName: Test
|
displayName: Test
|
||||||
|
condition: and(ne('${{ parameters.targetRuntime }}', 'linux-arm64'), ne('${{ parameters.targetRuntime }}', 'linux-arm'))
|
||||||
|
|
||||||
# # Publish test results
|
# # Publish test results
|
||||||
# - task: PublishTestResults@2
|
# - task: PublishTestResults@2
|
||||||
|
|||||||
Reference in New Issue
Block a user