Fix Syntax Error
All checks were successful
All checks were successful
This commit is contained in:
parent
bdc0833e94
commit
dc27c9bf63
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ jobs:
|
||||||
- name: Refresh Server
|
- name: Refresh Server
|
||||||
run: |
|
run: |
|
||||||
if ! pgrep -f "node /usr/bin/yarn" ; then
|
if ! pgrep -f "node /usr/bin/yarn" ; then
|
||||||
yarn preview &;
|
yarn preview &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Run Unlighthouse for Mobile
|
- name: Run Unlighthouse for Mobile
|
||||||
|
|
|
@ -67,7 +67,7 @@ jobs:
|
||||||
- name: Refresh Server
|
- name: Refresh Server
|
||||||
run: |
|
run: |
|
||||||
if ! pgrep -f "node /usr/bin/yarn" ; then
|
if ! pgrep -f "node /usr/bin/yarn" ; then
|
||||||
yarn preview &;
|
yarn preview &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Run Unlighthouse for Mobile
|
- name: Run Unlighthouse for Mobile
|
||||||
|
|
Loading…
Reference in a new issue