Skip to content

Commit

Permalink
don't run cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jan 13, 2021
1 parent a470302 commit 26489b3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 26489b3

Please sign in to comment.