Skip to content

Commit

Permalink
test: disable e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
owlsua committed Jan 20, 2024
1 parent 9c91612 commit fd29fd5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
run: npm test -- --watchAll=false
- name: Build
run: npm run build --if-present
- name: E2E Test
uses: cypress-io/github-action@v4
with:
browser: chrome
build: npm run build:staging
start: npm run serve
wait-on: http://localhost:8000
record: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: E2E Test
# uses: cypress-io/github-action@v4
# with:
# browser: chrome
# build: npm run build:staging
# start: npm run serve
# wait-on: http://localhost:8000
# record: true
# env:
# CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fd29fd5

Please sign in to comment.