♻️ :: Refactor CI test setup

This commit is contained in:
Felix Mau
2022-09-19 13:20:31 +02:00
parent 8757179241
commit b6593371cd
3 changed files with 100 additions and 10 deletions
+8 -4
View File
@@ -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