Skip to content

Commit

Permalink
Merge pull request #1715 from AzureAD/pedroro/instrumented-test
Browse files Browse the repository at this point in the history
Remove dependency on Non-standard container images for instrumented tests
  • Loading branch information
p3dr0rv authored Feb 23, 2023
2 parents 9ca232d + 0575899 commit 7f9f439
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 38 deletions.
19 changes: 19 additions & 0 deletions azure-pipelines/auth-client/adal-instrumented-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# File: azure-pipelines\auth-client\adal-instrumented-test.yml
# Description: Run instrumented test for ADAL.
name: Instrumented Tests

trigger:
- dev

resources:
repositories:
- repository: android-complete
type: github
name: AzureAD/android-complete
ref: master
endpoint: ANDROID_GITHUB

jobs:
- template: azure-pipelines/templates/run-instrumented-tests.yml@android-complete
parameters:
projectName: adal
25 changes: 0 additions & 25 deletions azure-pipelines/auth-client/instrumented-test.yml

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/run-instrumented-tests.sh

This file was deleted.

0 comments on commit 7f9f439

Please sign in to comment.