Skip to content

Commit

Permalink
Merge pull request #5563 from kiva/fix-lighthouse-module-name
Browse files Browse the repository at this point in the history
fix: update path to lighthouse upload file
  • Loading branch information
mcstover authored Sep 30, 2024
2 parents 56c66fb + afc41d1 commit f3fb621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
npm install -g @lhci/[email protected]
lhci autorun --config=./lighthouserc-prod.cjs
lhci upload --target=filesystem --outputDir=./lhci
node format-lh-for-s3.js
node format-lh-for-s3.cjs
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1-node16
with:
Expand Down

0 comments on commit f3fb621

Please sign in to comment.