test cicd
All checks were successful
Build And Test / ci-flow (push) Successful in 33s
Demo / demo-ci-flow (push) Successful in 29s
Build And Test / cd-flow (push) Successful in 29s
Demo / demo-cd-flow (push) Successful in 28s

This commit is contained in:
KLxHunter 2024-12-10 16:32:27 +07:00
parent 1e69e27ce1
commit 9b75892eac
3 changed files with 11 additions and 0 deletions

View File

@ -22,11 +22,14 @@ jobs:
run: whoami run: whoami
- name: Test CI action command 3 - name: Test CI action command 3
run: cat /etc/os-release run: cat /etc/os-release
- name: Test CI action command 4
run: env
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
docker info
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
cd-flow: cd-flow:
@ -47,9 +50,12 @@ jobs:
run: whoami run: whoami
- name: Test CD action command 3 - name: Test CD action command 3
run: cat /etc/os-release run: cat /etc/os-release
- name: Test CD action command 4
run: env
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
docker ps -a
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."

View File

@ -22,6 +22,8 @@ jobs:
run: whoami run: whoami
- name: Test CI action command 3 - name: Test CI action command 3
run: cat /etc/os-release run: cat /etc/os-release
- name: Test CI action command 4
run: env
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository - name: List files in the repository
@ -47,6 +49,8 @@ jobs:
run: whoami run: whoami
- name: Test CD action command 3 - name: Test CD action command 3
run: cat /etc/os-release run: cat /etc/os-release
- name: Test CD action command 4
run: env
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository - name: List files in the repository

View File

@ -1,2 +1,3 @@
# gitea-runner # gitea-runner
https://docs.gitea.com/usage/actions/quickstart?_highlight=event_name/usage/actions/quickstart#use-actions