From 9e996c5c951bb1a0ed213e3c823646d69759b4d7 Mon Sep 17 00:00:00 2001 From: Plague Fox Date: Fri, 19 Jul 2024 14:16:37 +0400 Subject: [PATCH] refactor: Update tests.yml to download and cache Go echo server --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dec4923..a7ae8e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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() @@ -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