ci: cypress - run vite preview in background

This commit is contained in:
Nicolas Giard 2022-09-07 14:39:04 -04:00 committed by GitHub
parent 9d055f8dd8
commit c5d11aafb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,6 +173,8 @@ jobs:
run: |
echo "Installing dependencies..."
yarn
echo "Start Vite Preview..."
yarn preview &>/dev/null &
echo "Running tests..."
yarn cypress