File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,30 @@ steps:
4444 - github_commit_status :
4545 context : Unit Tests
4646
47+ - label : " :microscope: Standalone WordPressAuthenticator Unit Tests"
48+ command : |
49+ echo "--- :rubygems: Setting up Gems"
50+ install_gems
51+
52+ echo "--- :cocoapods: Setting up Pods"
53+ install_cocoapods
54+
55+ echo "--- :swift: Setting up Swift Packages"
56+ install_swiftpm_dependencies
57+
58+ echo "--- 🧪 Testing"
59+ bundle exec fastlane run scan \
60+ scheme:WordPressAuthenticator \
61+ prelaunch_simulator:true \
62+ device:'iPhone 16'
63+ plugins : [$CI_TOOLKIT]
64+ parallelism : 50
65+ artifact_paths :
66+ - fastlane/test_output/*
67+ notify :
68+ - github_commit_status :
69+ context : WordPressAuthenticator Unit Tests
70+
4771 # ################
4872 # Linters
4973 # ################
You can’t perform that action at this time.
0 commit comments