Revert explicit port for yarn serve in ci

This commit is contained in:
Matthias 2023-04-11 07:28:04 +02:00
parent fd4a92c194
commit c09d63ce01

View File

@ -53,7 +53,7 @@ jobs:
uses: cypress-io/github-action@v5
with:
# build: yarn build
start: yarn serve --port 3000
start: yarn serve
wait-on: 'http://localhost:3000'
- name: Build build