This commit is contained in:
parent
e17c7a8c2b
commit
2d586566f7
@ -13,11 +13,11 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- 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: Make Setup
|
- name: Init
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
|
||||||
make make-init
|
make make-init
|
||||||
- name: Make Build Images
|
make docker-compose-init
|
||||||
|
- name: Build Images
|
||||||
run: |
|
run: |
|
||||||
make docker-compose-build
|
make docker-compose-build
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user