update workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 18s Details

This commit is contained in:
Carneiro 2024-05-23 17:13:30 -03:00
parent 64b5033417
commit 4d8ded838c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- 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: whoami
- run: make ${{ gitea.workspace }}
- run: make -C ${{ gitea.workspace }}
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}