build: fix gh workflow action script path

This commit is contained in:
Csaba Tuncsik 2023-06-16 13:12:25 +02:00
parent 8d7318185f
commit 5229739214

View file

@ -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