Skip to content

Commit

Permalink
refactor: Update tests.yml to download and cache Go echo server
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Jul 19, 2024
1 parent 5dbfd4f commit 9e996c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
analysis_options.yaml
- name: 📂 Download Echo server
id: download-echo-server
uses: actions/download-artifact@v4
with:
name: echo-server
Expand Down Expand Up @@ -185,7 +186,7 @@ jobs:
overwrite: true
retention-days: 1

- name: Stop echo server
- name: Stop echo server
id: stop-echo-server
timeout-minutes: 1
if: always()
Expand Down Expand Up @@ -214,7 +215,7 @@ jobs:
run: |
rm -rf ~/build
- name: ☂️ Upload coverage to Codecov
- name: Upload coverage to Codecov
id: upload-coverage
timeout-minutes: 2
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 9e996c5

Please sign in to comment.