ci: cypress - run vite preview in background
This commit is contained in:
parent
9d055f8dd8
commit
c5d11aafb9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -173,6 +173,8 @@ jobs:
|
|||
run: |
|
||||
echo "Installing dependencies..."
|
||||
yarn
|
||||
echo "Start Vite Preview..."
|
||||
yarn preview &>/dev/null &
|
||||
echo "Running tests..."
|
||||
yarn cypress
|
||||
|
||||
|
|
Loading…
Reference in a new issue