.gitea/workflows/test.yml aktualisiert
Test / test (push) Failing after 8s

This commit is contained in:
2023-07-27 20:17:18 +02:00
parent 6b09eab237
commit 4af7ecf55f
+3 -2
View File
@@ -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