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
|
||||
|
||||
- name: Check
|
||||
run: |
|
||||
npm run start &
|
||||
wait 10
|
||||
npm run check
|
||||
run: npm run check
|
||||
|
||||
|
||||
- name: Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user