Skip to content

Commit

Permalink
Perform AppCenter tests before cucumber
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nosar authored Nov 11, 2019
1 parent a2b1b09 commit c1495df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ jobs:
- script: make ipa-cal
workingDirectory: 'CalSmokeApp'
displayName: "Make ipa-cal"

- script: bundle exec bin/ci/cucumber.rb
displayName: "Cucumber tests"


- script: SKIP_IPA_BUILD=1 bin/appcenter.sh App-Center-Test-Cloud/daily-ios
workingDirectory: 'CalSmokeApp'
displayName: "Appcenter tests"

- script: bundle exec bin/ci/cucumber.rb
displayName: "Cucumber tests"

- task: PublishTestResults@2
displayName: 'Publish Test Results'
inputs:
Expand All @@ -108,4 +108,4 @@ jobs:
AZURE_STORAGE_CONNECTION_STRING: $(AzureStorageConnectionString)
SOURCE_BRANCH: $(Build.SourceBranch)
displayName: "Publish to Azure Blob Storage"
condition: and(succeeded(), eq(variables['Agent.JobName'], variables['AzurePublishWhen']), eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.Reason'], 'IndividualCI'))
condition: and(succeeded(), eq(variables['Agent.JobName'], variables['AzurePublishWhen']), eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.Reason'], 'IndividualCI'))

0 comments on commit c1495df

Please sign in to comment.