mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
♻️ :: Refactor CI test setup
This commit is contained in:
@@ -50,11 +50,15 @@ jobs:
|
||||
working-directory: ./Example
|
||||
run: bundle exec fastlane lint
|
||||
|
||||
# - name: Execute tests.
|
||||
# working-directory: ./Example
|
||||
# run: bundle exec fastlane tests
|
||||
- name: Execute tests.
|
||||
working-directory: ./Example
|
||||
run: bundle exec fastlane tests
|
||||
|
||||
- name: Execute validation of library (incl. running tests).
|
||||
- name: Execute validation Carthage support.
|
||||
working-directory: ./Example
|
||||
run: bundle exec fastlane verify_carthage
|
||||
|
||||
- name: Execute validation of library.
|
||||
working-directory: ./Example
|
||||
run: bundle exec fastlane pod_lint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user