-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
740b105
commit dceb57c
Showing
3 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
# This is a basic Lighthouse run over multiple URLs that uses temporary-public-storage. | ||
name: LHCI-multiple-urls | ||
on: push | ||
jobs: | ||
# This is a basic Lighthouse run over multiple URLs that uses temporary-public-storage. | ||
multiple-urls: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Run Lighthouse on urls | ||
- name: Run Lighthouse on URLs and store results to temporary-public-storage. | ||
uses: ./ | ||
with: | ||
urls: | | ||
https://alekseykulikov.com/ | ||
https://treo.sh/ | ||
https://google.com/ | ||
https://$URL_DOMAIN/$URL_PATH | ||
https://treo.sh/signup | ||
https://treo.sh/demo | ||
temporaryPublicStorage: true | ||
env: | ||
URL_DOMAIN: treo.sh | ||
URL_PATH: demo/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters