Fix nightly code coverage (#2881)
This commit is contained in:
parent
16325203af
commit
ffd8e21ce5
5
.github/workflows/schedules.yaml
vendored
5
.github/workflows/schedules.yaml
vendored
|
@ -45,6 +45,11 @@ jobs:
|
|||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
- name: Set up gotestfmt
|
||||
uses: gotesttools/gotestfmt-action@v2
|
||||
with:
|
||||
# Optional: pass GITHUB_TOKEN to avoid rate limiting.
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
|
|
Loading…
Reference in a new issue