fix: check does not need a live server

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
Florian Bouillon 2023-07-04 15:46:37 +02:00
parent a6c0c86073
commit 764d38c9fa

View File

@ -26,10 +26,7 @@ jobs:
run: npm run build
- name: Check
run: |
npm run start &
wait 10
npm run check
run: npm run check
- name: Test