testbytest

This commit is contained in:
Grigory Efimov 2023-01-11 19:38:44 +03:00 committed by Grigory Efimov
parent abe4603639
commit 7f165dd6f8

View File

@ -14,9 +14,8 @@ jobs:
with:
go-version: '^1.19.0'
- name: Checkout private
run:
git clone https://${{ secrets.ANYTYPE_PAT }}@github.com/anytypeio/go-chash.git
- name: git config
run: git config --global url.https://${{ secrets.ANYTYPE_PAT }}@github.com/.insteadOf https://github.com/
- name: test go install
run: |