Initial commit
This commit is contained in:
		@@ -1,5 +1,4 @@
 | 
				
			|||||||
name: Gitea Actions Demo
 | 
					name: Docker Compose Test
 | 
				
			||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
 | 
					 | 
				
			||||||
on: [push]
 | 
					on: [push]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
@@ -16,4 +15,17 @@ jobs:
 | 
				
			|||||||
      - name: List files in the repository
 | 
					      - name: List files in the repository
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          ls ${{ gitea.workspace }}
 | 
					          ls ${{ gitea.workspace }}
 | 
				
			||||||
      - run: echo "🍏 This job's status is ${{ job.status }}."
 | 
					
 | 
				
			||||||
 | 
					jobs:
 | 
				
			||||||
 | 
					  test:
 | 
				
			||||||
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    steps:
 | 
				
			||||||
 | 
					    - name: Checkout code
 | 
				
			||||||
 | 
					      uses: actions/checkout@v4
 | 
				
			||||||
 | 
					      
 | 
				
			||||||
 | 
					    - name: Test Docker Compose
 | 
				
			||||||
 | 
					      run: |
 | 
				
			||||||
 | 
					        docker-compose -f docker-compose.yml config
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - run: echo "🍏 This job's status is ${{ job.status }}."
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user