1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

testbytest

This commit is contained in:
Grigory Efimov 2023-01-11 17:49:00 +03:00 committed by Mikhail Iudin
parent f4a52215d5
commit cd29d45b27
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0

View file

@ -6,9 +6,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
# env:
# GOPRIVATE: github.com/anytypeio
# GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
@ -17,7 +14,6 @@ jobs:
- name: test go install
run: |
#git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/
go install github.com/anytypeio/go-chash@latest
- name: Vet
run: |