From d97e67eec4b306b3923f0cdaee83141b74d4467a Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 19:51:40 +0200 Subject: [PATCH] .gitea/workflows/test.yml aktualisiert --- .gitea/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index e0d1b3e..a199536 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -9,5 +9,7 @@ jobs: steps: - name: Get code uses: actions/checkout@v3 + - name: NPM Install + run: npm ci - name: Test Custom JS Action uses: https://gitea.coursow.de/Test-Playground/actions-custom-js@master \ No newline at end of file