You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Is there a suggested cache(-key) strategy for running psalm in github actions?
I'm currently including
${{ hashFiles('composer.lock', 'psalm-baseline.xml') }}
in my key, without restoring any other keys.Should i include psalm.xml as well for proper cache invalidation?
Note, after psalm runs, i always save the cache (thus regardless of exit code), to be restored upon next commit.
The issue is, sometimes we still see outdated psalm issues :(
Beta Was this translation helpful? Give feedback.
All reactions