Test Actions
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 13s

This commit is contained in:
Clément CHABANNE 2024-06-08 13:11:35 +02:00
parent 93d090ce0a
commit ccb19663a1

View File

@ -15,5 +15,5 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
tree ${{ gitea.workspace }}
apt install tree -y && tree ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."