Skip to content

Commit e06ebb8

Browse files
committed
Add print skiped into azure step
1 parent 649ad5c commit e06ebb8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,15 @@ jobs:
116116
fi
117117
displayName: 'Running benchmarks'
118118
condition: true
119+
120+
- script: |
121+
export PATH=$HOME/miniconda3/bin:$PATH
122+
source activate pandas-dev
123+
if [ -e test-data-single.xml ]; then
124+
ci/print_skipped.py test-data-single.xml;
125+
fi
126+
if [ -e test-data-multiple.xml ]; then
127+
ci/print_skipped.py test-data-multiple.xml;
128+
fi
129+
displayName: 'Printing Skipped test'
130+
condition: true

0 commit comments

Comments
 (0)