Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Update tests.yml to download and cache Go echo server
This commit modifies the tests.yml file to download and cache the Go echo server artifact. It removes the previous step that uploaded the echo server artifact and replaces it with a new step that downloads and restores the cached artifact using the actions/cache/restore action. This change improves the efficiency of the workflow by avoiding unnecessary artifact uploads and ensures consistent usage of the echo server across different workflow runs.
- Loading branch information