-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Speedup psalm #40311
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
Speedup psalm #40311
Conversation
670d782
to
04dd1a2
Compare
d42c38a
to
4b09d92
Compare
1d40d61
to
ec00d08
Compare
ec00d08
to
3fb74ab
Compare
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.
🚀
Well done! |
path: pr/.github/psalm/cache/ | ||
key: psalm-${{ github.base_ref }} | ||
restore-keys: psalm- | ||
git checkout -m ${{ github.base_ref }} |
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.
a simpler solution might be to move the checkout PR
step after the generation of the baseline based on base
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.
not really: that would miss installing the deps added to the PR, if any
My try at #40310