fix: add 'run' command to checks.yml to resolve pipeline issue

This commit is contained in:
Pablo Lara
2024-07-08 08:49:19 +02:00
parent 721aea945a
commit f19adde4e5
+1 -1
View File
@@ -24,4 +24,4 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run Healthcheck
run: npm healthcheck
run: npm run healthcheck