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
Update chainlink-testing-framework/setup-go and chainlink-testing-framework/run-tests actions (#191)
* Update caching in setup-go GHA
Update caching and use go.mod instead of go.sum as hashFile as discussed in actions/setup-go#478 (comment)
* Remove cache_key_id and use cache_version
This makes sure that the same cache key is used everywhere unless cache_version is changed.
* Remove download mods step
This is unnecessary step. The mods are downloaded anyway and then cached at the end of a job
* Do not cache go builds by default
Go builds can be fast and do not rely on network.
This will reduce cache size.
* Restore cache_key_id
* Update related GHA
* Use local actions for run-tests
* Update cache keys
* Fix
* Revert using local actions
* Bump
* Fix
* Bring back test_download_vendor_packages_command
* Remove cache_version as cache_key_id can include this
* Make test_download_vendor_packages_command optional
* Bump
* Bump
0 commit comments