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