testbytest

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

View File

@ -6,9 +6,9 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: # env:
GOPRIVATE: github.com/anytypeio # GOPRIVATE: github.com/anytypeio
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }} # 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 +17,7 @@ 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/ #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: |