From 4af7ecf55f704628d0c7b73192c4d80fd7fca481 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 20:17:18 +0200 Subject: [PATCH] .gitea/workflows/test.yml aktualisiert --- .gitea/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index a199536..d0fdd2a 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -9,7 +9,8 @@ jobs: steps: - name: Get code uses: actions/checkout@v3 - - name: NPM Install - run: npm ci + # NPM Install is not needed as Custom JS Actions require the node_modules folder commited in the repository + #- 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