use static port for cypress CI tests

This commit is contained in:
Matthias 2023-04-11 07:09:28 +02:00
parent 6b72a8bf6f
commit 6ebe46c29a

View File

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