fix: fix cypress test on CI

This commit is contained in:
Sylvere Richard
2024-10-05 20:18:58 +02:00
parent 82ac2e4edb
commit 582036fb3f
4 changed files with 41 additions and 38 deletions

View File

@@ -54,8 +54,8 @@ jobs:
uses: cypress-io/github-action@v6
with:
browser: chrome
wait-on: 'http://localhost:3000'
config: baseUrl=http://localhost:3000
wait-on: 'http://[::1]:3000'
config: baseUrl=http://[::1]:3000
- uses: actions/upload-artifact@v4
if: always()