mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
testbytest
This commit is contained in:
parent
f4a52215d5
commit
cd29d45b27
1 changed files with 0 additions and 4 deletions
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
|
@ -6,9 +6,6 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# env:
|
|
||||||
# GOPRIVATE: github.com/anytypeio
|
|
||||||
# GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
|
@ -17,7 +14,6 @@ jobs:
|
||||||
|
|
||||||
- name: test go install
|
- name: test go install
|
||||||
run: |
|
run: |
|
||||||
#git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/
|
|
||||||
go install github.com/anytypeio/go-chash@latest
|
go install github.com/anytypeio/go-chash@latest
|
||||||
- name: Vet
|
- name: Vet
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue