Fixes
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 23s

This commit is contained in:
Thomas 2025-02-25 21:41:02 +01:00
parent e17c7a8c2b
commit 2d586566f7

View File

@ -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 }}."