diff options
author | devonh <devon.dmytro@gmail.com> | 2022-11-17 15:30:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 15:30:23 +0000 |
commit | ffd8e21ce52bbf542e0e2ed74f032af6a163c56c (patch) | |
tree | 9e1bade1d36915e21a4425ca0f6555139af1cc3d /.github | |
parent | 16325203af267685e2d664524a3e2976ca1a4bbf (diff) |
Fix nightly code coverage (#2881)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/schedules.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/schedules.yaml b/.github/workflows/schedules.yaml index e304c2a5..ff4d4718 100644 --- a/.github/workflows/schedules.yaml +++ b/.github/workflows/schedules.yaml @@ -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: | |