From 26489b3a31b259c6e5f6d9e0d01b61db08771b8e Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Wed, 13 Jan 2021 08:18:36 +0100 Subject: [PATCH] don't run cypress --- .github/workflows/deploy.yml | 24 ++++++++++++------------ .github/workflows/release.yml | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5e5dd2af5..eb11d96b7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,18 +17,18 @@ jobs: run: | yarn ./node_modules/.bin/ember test - - name: Cypress run - uses: cypress-io/github-action@v2 - with: - start: ./node_modules/.bin/ember serve - wait-on: 'http://localhost:4200' - quiet: true - record: true - parallel: true - group: 'Tests' - env: - CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Cypress run + # uses: cypress-io/github-action@v2 + # with: + # start: ./node_modules/.bin/ember serve + # wait-on: 'http://localhost:4200' + # quiet: true + # record: true + # parallel: true + # group: 'Tests' + # env: + # CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish code coverage uses: paambaati/codeclimate-action@v2.7.5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4df068f8b..f4796c7e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,18 +16,18 @@ jobs: run: | yarn ./node_modules/.bin/ember test - - name: Cypress run - uses: cypress-io/github-action@v2 - with: - start: ./node_modules/.bin/ember serve - wait-on: 'http://localhost:4200' - quiet: true - record: true - parallel: true - group: 'Tests' - env: - CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Cypress run + # uses: cypress-io/github-action@v2 + # with: + # start: ./node_modules/.bin/ember serve + # wait-on: 'http://localhost:4200' + # quiet: true + # record: true + # parallel: true + # group: 'Tests' + # env: + # CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish code coverage uses: paambaati/codeclimate-action@v2.7.5