Skip to content

Commit

Permalink
chore: remove e2e tests from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
woothu committed Sep 8, 2020
1 parent 76f1265 commit 70a33b9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/daily-project-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ jobs:
env:
CI: true

e2e-chrome:

runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 12
- name: e2e chrome test
run: |
npm i
npm run test:e2e
env:
BROWSER: chrome
# e2e-chrome:

# runs-on: windows-latest

# steps:
# - uses: actions/checkout@v1
# - name: Use Node.js 12
# uses: actions/setup-node@v1
# with:
# node-version: 12
# - name: e2e chrome test
# run: |
# npm i
# npm run test:e2e
# env:
# BROWSER: chrome
32 changes: 16 additions & 16 deletions .github/workflows/project-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ jobs:
env:
CI: true

e2e-chrome:

runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 12
- name: e2e chrome test
run: |
npm i
npm run test:e2e
env:
BROWSER: chrome
# e2e-chrome:

# runs-on: windows-latest

# steps:
# - uses: actions/checkout@v1
# - name: Use Node.js 12
# uses: actions/setup-node@v1
# with:
# node-version: 12
# - name: e2e chrome test
# run: |
# npm i
# npm run test:e2e
# env:
# BROWSER: chrome

0 comments on commit 70a33b9

Please sign in to comment.