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