add micro-tests trigger
Some checks failed
lint / lint (pull_request) Successful in 51s
test / test (pull_request) Failing after 1m55s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2024-12-10 20:17:51 +03:00
parent bc926cd6bd
commit 8cb02f2b08

View File

@ -27,7 +27,7 @@ jobs:
ref: master
filter: 'blob:none'
repository: unistack-org/micro-tests
path: /workspace/${{ github.repository_owner }}/micro-tests
path: micro-tests
- name: setup go
uses: actions/setup-go@v5
with:
@ -37,9 +37,9 @@ jobs:
env:
GOWORK: /workspace/${{ github.repository_owner }}/go.work
run: |
cd ../
go work init
ls | grep -v go | xargs go work use
go work use .
go work use micro-tests
- name: setup deps
env:
GOWORK: /workspace/${{ github.repository_owner }}/go.work