mirror of
				https://github.com/easingthemes/ssh-deploy.git
				synced 2025-10-30 23:30:09 +08:00 
			
		
		
		
	fix: move e2e tests to main branch
This commit is contained in:
		
							parent
							
								
									f6dd2006c5
								
							
						
					
					
						commit
						0069faea9f
					
				
							
								
								
									
										2
									
								
								.github/workflows/e2e-manual.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/e2e-manual.yml
									
									
									
									
										vendored
									
									
								
							| @ -85,7 +85,7 @@ jobs: | ||||
| #         ---------------------------------------------------------------- | ||||
| 
 | ||||
|       - name: e2e Test ssh-deploy action | ||||
|         uses: easingthemes/ssh-deploy@feature/multi-src | ||||
|         uses: easingthemes/ssh-deploy@main | ||||
|         env: | ||||
|           # ENV Vars created in previous steps: | ||||
|           # SSH_PRIVATE_KEY: $EXAMPLE_SSH_PRIVATE_KEY | ||||
|  | ||||
							
								
								
									
										4
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							| @ -2,7 +2,7 @@ name: e2e Test | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     branches: [ 'feature/multi-src' ] | ||||
|     branches: [ 'main' ] | ||||
| 
 | ||||
| env: | ||||
|   TEST_HOST_DOCKER: ./test | ||||
| @ -88,7 +88,7 @@ jobs: | ||||
|           echo "EOF" >> $GITHUB_ENV | ||||
| 
 | ||||
|       - name: e2e Test ssh-deploy action - Target 1 | ||||
|         uses: easingthemes/ssh-deploy@feature/multi-src | ||||
|         uses: easingthemes/ssh-deploy@main | ||||
|         env: | ||||
|           # Shared ENV Vars created in previous steps | ||||
|           REMOTE_USER: ${{ env.TEST_USER }} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Dragan Filipovic
						Dragan Filipovic