micro-tests #372
@ -17,14 +17,10 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: go work
|
||||
run: go work init
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
filter: 'blob:none'
|
||||
- name: go work use
|
||||
run: go work use .
|
||||
- name: checkout tests
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
@ -32,13 +28,15 @@ jobs:
|
||||
filter: 'blob:none'
|
||||
repository: unistack-org/micro-tests
|
||||
path: micro-tests
|
||||
- name: go work use
|
||||
run: go work use micro-tests
|
||||
- name: setup-go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
cache-dependency-path: "**/*.sum"
|
||||
go-version: 'stable'
|
||||
- name: go work
|
||||
run: |
|
||||
pushd && go work init && popd
|
||||
ls | grep -v go | xargs go work use
|
||||
- name: deps
|
||||
run: go get -v ./...
|
||||
- name: test
|
||||
|
Loading…
x
Reference in New Issue
Block a user