diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index daf5c35..b714b6b 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -21,4 +21,5 @@ jobs: uses: cypress-io/github-action@v5 with: browser: chrome - headed: true \ No newline at end of file + headed: true + wait-on: 'http://localhost:3000' \ No newline at end of file