File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -230,33 +230,3 @@ jobs:
230230 uploadArtifacts : false
231231 temporaryPublicStorage : true
232232
233- lighthouse-record :
234- name : Audit Record with Lighthouse
235- env :
236- APP_DOMAIN : memvo.pages.dev
237- runs-on : ubuntu-latest
238- needs : deployment
239- steps :
240- - name : Checkout
241- uses : actions/checkout@v3
242-
243- # - name: Setup CF Auth Headers for Lighthouse
244- # run: |
245- # sed -i "s/{{CLIENT_ID}}/${{ secrets.CF_ACCESS_CLIENT_ID }}/g" ${{ github.workspace }}/.lighthouse/lighthouserc.json
246- # sed -i "s/{{CLIENT_SECRET}}/${{ secrets.CF_ACCESS_CLIENT_SECRET }}/g" ${{ github.workspace }}/.lighthouse/lighthouserc.json
247-
248- # - name: Generate cache entries for audit
249- # run: |
250- # curl "https://$APP_DOMAIN/pl" -H "CF-Access-Client-Id: ${{ secrets.CF_ACCESS_CLIENT_ID }}" -H "CF-Access-Client-Secret: ${{ secrets.CF_ACCESS_CLIENT_SECRET }}"
251-
252- - name : Audit URLs
253- uses : treosh/lighthouse-ci-action@v12
254- with :
255- urls : |
256- "https://$APP_DOMAIN/record"
257-
258- budgetPath : ${{ github.workspace }}/.lighthouse/budget/record.json
259- configPath : ${{ github.workspace }}/.lighthouse/lighthouserc.json
260- uploadArtifacts : false
261- temporaryPublicStorage : true
262-
You can’t perform that action at this time.
0 commit comments