github action test
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
		
							parent
							
								
									6b3cc211f1
								
							
						
					
					
						commit
						c888aeee02
					
				
							
								
								
									
										20
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							| @ -41,15 +41,13 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v1 |         uses: actions/checkout@v1 | ||||||
|       # - name: build docker containers |       - name: build docker containers | ||||||
|       #   run: .github/docker-image-build.sh         |         run: .github/docker-image-build.sh         | ||||||
|       - name: use images build by ci |       - name: use images build by ci | ||||||
|         run: |  |         run: sed -i -e 's#image: ${IMAGE_REPO}:##g' -e 's#${VERSION}#-ci-snapsoht#g' docker-compose.yml | ||||||
|           sed -i -e 's#image: ${IMAGE_REPO}:##g' -e 's#${VERSION}#-ci-snapsoht#g'< docker-compose.yml |       - name: run docker-compose up | ||||||
|           cat docker-compose.yml |         run: docker-compose up --detach | ||||||
|       # - name: run docker-compose up |       - name: add autowizard file | ||||||
|       #   run: docker-compose up --detach |         run: docker cp .github/auto_wizard.json zammad-docker-compose_zammad-railsserver_1:/opt/zammad | ||||||
|       # - name: add autowizard file |       - name: run tests | ||||||
|       #   run: docker cp .github/auto_wizard.json zammad-docker-compose_zammad-railsserver_1:/opt/zammad |         run: .github/tests.sh | ||||||
|       # - name: run tests |  | ||||||
|       #   run: .github/tests.sh |  | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user