Skip to content

Commit

Permalink
Merge develop into curobot
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 21, 2022
2 parents 50a1192 + 8aecf4a commit b1e2f13
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ghost-inspector.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# .github/workflows/ghost-inspector.yml
# ghost-inspector

on: push

Expand All @@ -9,7 +9,7 @@ jobs:
image: node:12-alpine
steps:
- name: Wait for the Netlify Preview
uses: jakepartusch/wait-for-netlify-action@v1
uses: jakepartusch/wait-for-netlify-action@v1.3
id: netlify
with:
site_name: 'medimodo'
Expand All @@ -21,3 +21,9 @@ jobs:
--apiKey ${{ secrets.GI_API_KEY }} \
--startUrl ${{ steps.netlify.outputs.url }} \
--errorOnFail
- name: Lighthouse CI
run: |
npm install -g @lhci/cli@0.3.x
lhci autorun --upload.target=temporary-public-storage --collect.url=${{ steps.waitFor200.outputs.url }} || echo "LHCI failed!"
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

0 comments on commit b1e2f13

Please sign in to comment.