Merge branch 'main' into force_build
All checks were successful
/ test (pull_request) Successful in 2m0s
All checks were successful
/ test (pull_request) Successful in 2m0s
This commit is contained in:
commit
e0d234213e
28
.github/workflows/coverage.yml
vendored
28
.github/workflows/coverage.yml
vendored
@ -17,20 +17,20 @@ jobs:
|
|||||||
- name: git config
|
- name: git config
|
||||||
run: git config --global url.https://${{ secrets.ANYTYPE_PAT }}@github.com/.insteadOf https://github.com/
|
run: git config --global url.https://${{ secrets.ANYTYPE_PAT }}@github.com/.insteadOf https://github.com/
|
||||||
|
|
||||||
# cache {{
|
# # cache {{
|
||||||
- id: go-cache-paths
|
# - id: go-cache-paths
|
||||||
run: |
|
# run: |
|
||||||
echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_OUTPUT
|
# echo "GOCACHE=$(go env GOCACHE)" >> $GITHUB_OUTPUT
|
||||||
echo "GOMODCACHE=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
|
# echo "GOMODCACHE=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
|
||||||
- uses: actions/cache@v3
|
# - uses: actions/cache@v3
|
||||||
with:
|
# with:
|
||||||
path: |
|
# path: |
|
||||||
${{ steps.go-cache-paths.outputs.GOCACHE }}
|
# ${{ steps.go-cache-paths.outputs.GOCACHE }}
|
||||||
${{ steps.go-cache-paths.outputs.GOMODCACHE }}
|
# ${{ steps.go-cache-paths.outputs.GOMODCACHE }}
|
||||||
key: ${{ runner.os }}-go-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
|
# key: ${{ runner.os }}-go-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
${{ runner.os }}-go-${{ matrix.go-version }}-
|
# ${{ runner.os }}-go-${{ matrix.go-version }}-
|
||||||
# }}
|
# # }}
|
||||||
|
|
||||||
- name: deps
|
- name: deps
|
||||||
run: make deps
|
run: make deps
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user