Skip to content

Commit 2ac82f9

Browse files
committed
Run dedicated WordPressAuthenticator tests in CI
1 parent f8e08e5 commit 2ac82f9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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
#################

0 commit comments

Comments
 (0)