Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove regression tests from bitrise.yml #463

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ workflows:
- certificate-and-profile-installer@1: {}
after_run: []

_run-regression-tests:
steps:
- xcode-test:
inputs:
- project_path: $FRAMES_SPM_PROJECT
- scheme: $FRAMES_REGRESSION_TEST_SCHEME
- destination: platform=iOS Simulator,name=iPhone 14 Pro,OS=latest
- simulator_device: $UITEST_SIMULATOR_DEVICE
- [email protected]: {}
- cache-push@2: {}

frames-deploy:
steps:
- activate-ssh-key@4:
Expand Down Expand Up @@ -55,11 +44,6 @@ workflows:
- slack@3:
inputs:
- webhook_url: $FRAMES_IOS_BUILDS_CHANNEL

frames-regression-tests:
after_run:
- _frames-set-up
- _run-regression-tests

app:
envs:
Expand Down Expand Up @@ -94,18 +78,6 @@ app:
- opts:
is_expand: false
FRAMES_TEST_SCHEME: FramesTests
- opts:
is_expand: false
CHECKOUT_PODFILE: Checkout/Samples/CocoapodsSample/Podfile
- opts:
is_expand: false
CHECKOUT_SPM_PROJECT: Checkout/Samples/SPMSample/CheckoutSPMSample.xcodeproj
- opts:
is_expand: false
CHECKOUT_APP_SCHEME: CheckoutSPMSample
- opts:
is_expand: false
CHECKOUT_TEST_SCHEME: CheckoutTests

meta:
bitrise.io:
Expand Down