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