Initial commit
This commit is contained in:
		@@ -1,5 +1,4 @@
 | 
			
		||||
name: Gitea Actions Demo
 | 
			
		||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
 | 
			
		||||
name: Docker Compose Test
 | 
			
		||||
on: [push]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
@@ -16,4 +15,17 @@ jobs:
 | 
			
		||||
      - name: List files in the repository
 | 
			
		||||
        run: |
 | 
			
		||||
          ls ${{ gitea.workspace }}
 | 
			
		||||
 | 
			
		||||
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