Skip to content

Commit 3e3ae2c

Browse files
author
Aleksander Grygier
committed
test: Remove Lighthouse test for non-existent page
1 parent 93ccff6 commit 3e3ae2c

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/apps-web-deployment-production.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)