Fix Syntax Error
All checks were successful
Run Tests on Code / test (push) Successful in 36s
Build and Release Docker Image / build (push) Successful in 2m21s
Build and Release Docker Image / release (push) Successful in 3m11s
Build and Release Docker Image / test (push) Successful in 12m56s

This commit is contained in:
Neshura 2024-01-03 21:38:09 +01:00
parent bdc0833e94
commit dc27c9bf63
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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