-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add doc for job runtime #45
Conversation
@@ -33,14 +37,15 @@ jobs: | |||
uses: actions/cache@v3 | |||
with: | |||
path: | | |||
~/.npm |
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.
This line shortens the installation time from 20s to 4s. It is not shown in the runtime chart because we currently always use the first run for each commit. This is fixed in https://github.com/stoat-dev/stoat/pull/92. After that PR is merged, the shortened runtime should show up in the chart.
docs/docs/tutorials/job-runtime.md
Outdated
enabled: true | ||
tasks: | ||
# Add a task with any arbitrary name. | ||
job-runtime: |
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.
I would call this something different like build-time-history
or something just so it's clear which key represents the plugin itself.
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.
Will do.
No description provided.