Skip to content

Commit 3e27ad4

Browse files
committed
CI: Remove solidus_stripe installer check
The installer is currently fundamentally broken and best tested in the extension instead of in the main solidus repo.
1 parent 7520d8f commit 3e27ad4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/solidus_installer.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,3 @@ jobs:
3737
run: |
3838
cd $RUNNER_TEMP/my_app
3939
bundle list | grep 'solidus_paypal_commerce_platform (1.'
40-
- name: Install Solidus
41-
uses: ./.github/actions/install_solidus
42-
with:
43-
flags: "--sample=false --frontend=starter --authentication=devise --payment-method=stripe"
44-
- name: "Check homepage"
45-
uses: ./.github/actions/check_page_content
46-
with:
47-
expected_text: "<title>Sample Store</title>"

0 commit comments

Comments
 (0)