From 8d0d26eb550eb60a9cf3732cecda1e159597061e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20CHABANNE?= Date: Sat, 8 Jun 2024 13:40:36 +0200 Subject: [PATCH] Debug Actions --- .gitea/workflows/actions.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 2f2a563..776b6a4 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -17,7 +17,9 @@ jobs: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." echo "🖥️ The workflow is now ready to test your code on the runner." - name: Install dependencies - run: apt update && apt install tree -y + run: | + apt update + apt install tree -y - name: List files in the repository run: tree ${{ gitea.workspace }} - name: Job's status