add micro-tests trigger
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
5bb33c7e1d
commit
ca52973194
@ -38,12 +38,10 @@ jobs:
|
||||
- name: workflow
|
||||
run: |
|
||||
cd ../
|
||||
go work init
|
||||
go work use $(ls | grep -v go)
|
||||
ls | grep -v go | xargs go work init
|
||||
- name: test
|
||||
env:
|
||||
INTEGRATION_TESTS: yes
|
||||
run: |
|
||||
cd micro-tests
|
||||
cat ../go.work
|
||||
go test -mod readonly -v ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user