Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muandane authored Nov 13, 2023
1 parent ca401d4 commit 3611fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -16,4 +16,4 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
file: coverage.out
file: coverage.out

0 comments on commit 3611fd5

Please sign in to comment.