mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
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 New Issue
Block a user