add micro-tests trigger
All checks were successful
test / test (pull_request) Successful in 39s
lint / lint (pull_request) Successful in 43s

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

View File

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