Skip to content

Commit

Permalink
Update Lighthouse CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewetchen committed Aug 5, 2022
1 parent 7b9402a commit 24637d9
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,23 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Lighthouse
uses: shopify/lighthouse-ci-action@1.0
uses: shopify/lighthouse-ci-action@v1
with:
app_id: ${{ secrets.SHOP_APP_ID }}
app_password: ${{ secrets.SHOP_APP_PASSWORD }}
store: ${{ secrets.SHOP_STORE }}
password: ${{ secrets.SHOP_PASSWORD }}
# dawn-dev-ci.myshopify.com
# app_id: ${{ secrets.SHOP_APP_ID }}
# app_password: ${{ secrets.SHOP_APP_PASSWORD }}
# store: ${{ secrets.SHOP_STORE }}
# password: ${{ secrets.SHOP_PASSWORD }}
# lhci_github_app_token: ${{ secrets.LHCI_GITHUB_TOKEN }}

# os2-demo.myshopify.com
store: ${{ secrets.SHOP_STORE_OS2 }}
password: ${{ secrets.SHOP_PASSWORD_OS2 }}
access_token: ${{ secrets.SHOP_ACCESS_TOKEN }}
product_handle: puppy
collection_handle: all
lhci_github_app_token: ${{ secrets.LHCI_GITHUB_TOKEN }}

theme-check:
name: Theme Check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 24637d9

Please sign in to comment.