mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
build: fix gh workflow
This commit is contained in:
parent
d0f8c83b11
commit
8d7318185f
2
.github/workflows/check-tests.yml
vendored
2
.github/workflows/check-tests.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.x
|
||||
run: npm install --prefix=.github/scripts --no-package-lock
|
||||
- run: npm install --prefix=.github/scripts --no-package-lock
|
||||
|
||||
- name: Check for test files
|
||||
run: node .github/actions/check-tests.mjs
|
||||
|
|
Loading…
Reference in a new issue