We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7520d8f commit 3e27ad4Copy full SHA for 3e27ad4
.github/workflows/solidus_installer.yml
@@ -37,11 +37,3 @@ jobs:
37
run: |
38
cd $RUNNER_TEMP/my_app
39
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
47
- expected_text: "<title>Sample Store</title>"
0 commit comments