From c6403415f4e77b7a917ae752312ee69e3d044b45 Mon Sep 17 00:00:00 2001 From: Evrard Van Espen Date: Thu, 20 Nov 2025 11:19:21 +0000 Subject: [PATCH] Update CI --- .gitea/workflows/build.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 36e936e..2f6d950 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,9 +6,12 @@ jobs: Explore-Gitea-Actions: runs-on: arch-test steps: - - run: echo "🎉 GO !!" - - name: "test" - run: ls + - name: Install node + run: pacman -Syy --noconfirm nodejs npm + - name: Check out repository code + 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: List files in the repository run: | ls ${{ gitea.workspace }}