diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 50563e446..5e5dd2af5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: yarn ./node_modules/.bin/ember test - name: Cypress run - - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v2 with: start: ./node_modules/.bin/ember serve wait-on: 'http://localhost:4200' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c9cc008d..4df068f8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: yarn ./node_modules/.bin/ember test - name: Cypress run - - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v2 with: start: ./node_modules/.bin/ember serve wait-on: 'http://localhost:4200'