Skip to content

Commit

Permalink
Merge pull request #9 from MiguelPeralvo/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
MiguelPeralvo authored Jun 12, 2020
2 parents b271569 + 14f765d commit 3c9f576
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ variables:
- group: Databricks-environment
- group: Pipeline-variables

schedules:
- cron: "18 16 * * *"
displayName: Daily midnight build
branches:
include:
- master

trigger:
branches:
include:
Expand All @@ -14,6 +21,7 @@ trigger:
tags:
include:
- v*.*

paths:
include:
- libraries/*
Expand Down Expand Up @@ -61,7 +69,7 @@ stages:
git checkout $(Build.SourceBranchName)
fi
displayName: 'Get Latest from Branch $(Build.SourceBranchName) if not merging'
displayName: 'Get Latest from Branch $(Build.SourceBranchName) if not in PR'
- script: |
python -m pytest --junit-xml=$(Build.Repository.LocalPath)/logs/TEST-LOCAL.xml $(Build.Repository.LocalPath)/libraries/python/dbxdemo/test*.py || true
Expand Down

0 comments on commit 3c9f576

Please sign in to comment.