From 3611fd5839e5cde26222c8d203e350ac584b8bd2 Mon Sep 17 00:00:00 2001 From: Zine Moualhi <114167214+muandane@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:46:47 +0100 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cf52cd5..a3f04a7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,7 +2,7 @@ name: test on: [pull_request] jobs: test: - runs-on: self-hosted + runs-on: ubuntu-letest steps: - name: Set up Go uses: actions/setup-go@v2 @@ -16,4 +16,4 @@ jobs: uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - file: coverage.out \ No newline at end of file + file: coverage.out