attempt to fix lint/test job
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/job_lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/job_lint.yml
									
									
									
									
										vendored
									
									
								
							| @@ -24,6 +24,6 @@ jobs: | |||||||
|       - name: setup deps |       - name: setup deps | ||||||
|         run: go get -v ./... |         run: go get -v ./... | ||||||
|       - name: run lint |       - name: run lint | ||||||
|       uses: https://github.com/golangci/golangci-lint-action@v6 |         uses: golangci/golangci-lint-action@v6 | ||||||
|         with: |         with: | ||||||
|           version: 'latest' |           version: 'latest' | ||||||
|   | |||||||
							
								
								
									
										6
									
								
								.github/workflows/job_tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/job_tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -35,19 +35,19 @@ jobs: | |||||||
|           go-version: 'stable' |           go-version: 'stable' | ||||||
|       - name: setup go work |       - name: setup go work | ||||||
|         env: |         env: | ||||||
|         GOWORK: /workspace/${{ github.repository_owner }}/go.work |           GOWORK: ${{ github.workspace }}/go.work | ||||||
|         run: | |         run: | | ||||||
|           go work init |           go work init | ||||||
|           go work use . |           go work use . | ||||||
|           go work use micro-tests |           go work use micro-tests | ||||||
|       - name: setup deps |       - name: setup deps | ||||||
|         env: |         env: | ||||||
|         GOWORK: /workspace/${{ github.repository_owner }}/go.work |           GOWORK: ${{ github.workspace }}/go.work | ||||||
|         run: go get -v ./... |         run: go get -v ./... | ||||||
|       - name: run tests |       - name: run tests | ||||||
|         env: |         env: | ||||||
|           INTEGRATION_TESTS: yes |           INTEGRATION_TESTS: yes | ||||||
|         GOWORK: /workspace/${{ github.repository_owner }}/go.work |           GOWORK: ${{ github.workspace }}/go.work | ||||||
|         run: | |         run: | | ||||||
|           cd micro-tests |           cd micro-tests | ||||||
|           go test -mod readonly -v ./... || true |           go test -mod readonly -v ./... || true | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| run: | run: | ||||||
|   concurrency: 8 |   concurrency: 8 | ||||||
|   deadline: 5m |   timeout: 5m | ||||||
|   issues-exit-code: 1 |   issues-exit-code: 1 | ||||||
|   tests: true |   tests: true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user