test #1
							
								
								
									
										5
									
								
								.github/workflows/pr.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/pr.yml
									
									
									
									
										vendored
									
									
								
							@@ -34,7 +34,10 @@ jobs:
 | 
				
			|||||||
        path: micro-tests
 | 
					        path: micro-tests
 | 
				
			||||||
        fetch-depth: 1
 | 
					        fetch-depth: 1
 | 
				
			||||||
    - name: micro deps
 | 
					    - name: micro deps
 | 
				
			||||||
      run: cd micro-tests && go get -v -t -d ./...
 | 
					      run: |
 | 
				
			||||||
 | 
					        cd micro-tests
 | 
				
			||||||
 | 
					        go mod edit -replace="github.com/unistack-org/micro/v3=../"
 | 
				
			||||||
 | 
					        go get -v -t -d ./...
 | 
				
			||||||
    - name: micro test
 | 
					    - name: micro test
 | 
				
			||||||
      env:
 | 
					      env:
 | 
				
			||||||
        INTEGRATION_TESTS: yes
 | 
					        INTEGRATION_TESTS: yes
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user