micro-tests #372
| @@ -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: /workspace/${{ github.repository_owner }}/micro-tests |         path: micro-tests | ||||||
|     - name: setup go |     - name: setup go | ||||||
|       uses: actions/setup-go@v5 |       uses: actions/setup-go@v5 | ||||||
|       with: |       with: | ||||||
| @@ -37,9 +37,9 @@ jobs: | |||||||
|       env: |       env: | ||||||
|         GOWORK: /workspace/${{ github.repository_owner }}/go.work |         GOWORK: /workspace/${{ github.repository_owner }}/go.work | ||||||
|       run: | |       run: | | ||||||
|         cd ../ |  | ||||||
|         go work init |         go work init | ||||||
|         ls | grep -v go | xargs go work use |         go work use . | ||||||
|  |         go work use micro-tests | ||||||
|     - name: setup deps |     - name: setup deps | ||||||
|       env: |       env: | ||||||
|         GOWORK: /workspace/${{ github.repository_owner }}/go.work |         GOWORK: /workspace/${{ github.repository_owner }}/go.work | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user