diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 60eeed1..b437734 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -46,6 +46,13 @@ jobs: with: build: npm run build start: npm run start + - name: Run tests with waiting on API + if: env.apiUrl != '' + uses: cypress-io/github-action@v5 + with: + build: npm run build + start: npm run start + wait-on: ${{ env.apiUrl }} check-dependabot: needs: