add micro-tests trigger
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
9345dd075a
commit
b71fc25328
@ -19,9 +19,10 @@ jobs:
|
||||
- name: setup-go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
cache-dependency-path: "**/*.sum"
|
||||
go-version: 'stable'
|
||||
- name: deps
|
||||
run: go get -v -d ./...
|
||||
run: go get -v ./...
|
||||
- name: lint
|
||||
uses: https://github.com/golangci/golangci-lint-action@v6
|
||||
with:
|
||||
|
@ -24,9 +24,10 @@ jobs:
|
||||
- name: setup-go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
cache-dependency-path: "**/*.sum"
|
||||
go-version: 'stable'
|
||||
- name: deps
|
||||
run: go get -v -d ./...
|
||||
run: go get -v ./...
|
||||
- name: test
|
||||
env:
|
||||
INTEGRATION_TESTS: yes
|
||||
|
@ -31,14 +31,15 @@ jobs:
|
||||
- name: setup-go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
cache-dependency-path: "**/*.sum"
|
||||
go-version: 'stable'
|
||||
- name: deps
|
||||
run: go get -v -d ./...
|
||||
run: go get -v ./...
|
||||
- name: workflow
|
||||
run: |
|
||||
cd ../
|
||||
go work init
|
||||
go work use *
|
||||
go work use $(ls | grep -v go)
|
||||
- name: test
|
||||
env:
|
||||
INTEGRATION_TESTS: yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user