This commit is contained in:
@@ -12,5 +12,7 @@ jobs:
|
|||||||
# NPM Install is not needed as Custom JS Actions require the node_modules folder commited in the repository
|
# NPM Install is not needed as Custom JS Actions require the node_modules folder commited in the repository
|
||||||
#- name: NPM Install
|
#- name: NPM Install
|
||||||
# run: npm ci
|
# run: npm ci
|
||||||
- name: Test Custom JS Action
|
- name: Test Custom JS Action (Print Fibonacci Numbers)
|
||||||
uses: https://gitea.coursow.de/Test-Playground/actions-custom-js@master
|
uses: https://gitea.coursow.de/Test-Playground/actions-custom-js@master
|
||||||
|
with:
|
||||||
|
iterations: 8
|
||||||
Reference in New Issue
Block a user