-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
misc(build): report to buildtracker on commit via ghactions #10550
Merged
Merged
Changes from 12 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
528d655
build: report to buildtracker on commit via ghactions
paulirish 1f6ceac
lint
paulirish 9cebb71
workflow syntax
paulirish 55578fe
lint
paulirish 9ed746b
rename and also run on PR
paulirish a2c941e
colon
paulirish 8e0312b
comment
paulirish 09306f4
disable on PR. run with basic CLI
paulirish b752d74
add build-tracker to devdeps
paulirish ff92821
run on PRs
paulirish d270403
revert basics changes
paulirish fc0a137
move into basics workflow
paulirish a99353d
verbose upload-build
paulirish 5993df8
deepen clone to get a working merge-base
paulirish b64f637
drop verbose
paulirish 0824186
buildtracker version bump
paulirish File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// https://buildtracker.dev/docs/installation/#upload-your-builds | ||
|
||
'use strict'; | ||
|
||
module.exports = { | ||
applicationUrl: 'https://lh-build-tracker.herokuapp.com', | ||
artifacts: [ | ||
'dist/lightrider/lighthouse-lr-bundle.js', | ||
'dist/extension/scripts/lighthouse-ext-bundle.js', | ||
'dist/lighthouse-dt-bundle.js', | ||
'dist/viewer/src/viewer.js', | ||
'dist/lightrider/report-generator-bundle.js', | ||
'dist/dt-report-resources/report.js', | ||
'dist/dt-report-resources/report-generator.js', | ||
], | ||
}; |
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
theres beta 15 now paularmstrong/build-tracker@v1.0.0-beta.14...v1.0.0-beta.15
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch. i actually asked him to publish that one. :)
it fixed the slow responsiveness of the hoverline on https://lh-build-tracker.herokuapp.com/