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