mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use find instead of ls
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
displayName: Run tests
|
||||
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))
|
||||
|
||||
- script: ls -R "${TEST_JUNIT_XML_PATH}"
|
||||
- script: find "${TEST_JUNIT_XML_PATH}" || true
|
||||
env:
|
||||
TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)/test-results
|
||||
displayName: Dump test results
|
||||
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
displayName: Run tests
|
||||
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))
|
||||
|
||||
- script: ls -R "${TEST_JUNIT_XML_PATH}"
|
||||
- script: find "${TEST_JUNIT_XML_PATH}"
|
||||
env:
|
||||
TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)/test-results
|
||||
displayName: Dump test results
|
||||
|
||||
Reference in New Issue
Block a user