Skip to content

Commit

Permalink
Update .azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold authored Jan 23, 2025
1 parent e8e00e6 commit 5df86ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ jobs:
artifactName: debug-data
condition: eq(variables['TEST_TYPE'], 'coverage')

- script: |
echo "$(Pipeline.Workspace)/s/scanpy/tests/_images"
ls $(Pipeline.Workspace)/s
- task: PublishBuildArtifacts@1
inputs:
pathToPublish: '$(Pipeline.Workspace)/s/scanpy/tests/_images'
Expand Down

0 comments on commit 5df86ac

Please sign in to comment.