Skip to content

Commit

Permalink
ci: add public storage
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewarosario committed Aug 9, 2024
1 parent 1c1789a commit 0b66b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/lighthouse/lightrouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"staticDistDir": "./dist/my-app"
},
"assert": {
"preset": "lighthouse:all"
"preset": "lighthouse:no-pwa"
}
}
}
1 change: 1 addition & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
uses: treosh/lighthouse-ci-action@v12
with:
configPath: './.github/lighthouse/lightrouserc.json'
temporaryPublicStorage: true

0 comments on commit 0b66b6e

Please sign in to comment.