fix: check does not need a live server
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
parent
a6c0c86073
commit
764d38c9fa
5
.github/workflows/build_and_check.yml
vendored
5
.github/workflows/build_and_check.yml
vendored
@ -26,10 +26,7 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Check
|
- name: Check
|
||||||
run: |
|
run: npm run check
|
||||||
npm run start &
|
|
||||||
wait 10
|
|
||||||
npm run check
|
|
||||||
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user