Skip to content

Commit c37ee70

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent c01571e commit c37ee70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ steps:
2121
bundle install --retry=3 --jobs=4
2222
displayName: 'bundle install'
2323

24-
- script: bundle exec rake
24+
- script: |
25+
cd android/examples
26+
bundle exec rake first
2527
displayName: 'bundle exec rake first'

0 commit comments

Comments
 (0)