Initial commit
This commit is contained in:
parent
5f50e51f65
commit
4934264e43
@ -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 }}
|
||||
- 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 }}."
|
||||
|
Loading…
x
Reference in New Issue
Block a user