chore: remove e2e tests from CI

This commit is contained in:
woothu
2020-09-08 10:13:17 +02:00
parent 76f1265702
commit 70a33b9c91
2 changed files with 28 additions and 28 deletions
+14 -14
View File
@@ -31,19 +31,19 @@ jobs:
env: env:
CI: true CI: true
e2e-chrome: # e2e-chrome:
runs-on: windows-latest # runs-on: windows-latest
steps: # steps:
- uses: actions/checkout@v1 # - uses: actions/checkout@v1
- name: Use Node.js 12 # - name: Use Node.js 12
uses: actions/setup-node@v1 # uses: actions/setup-node@v1
with: # with:
node-version: 12 # node-version: 12
- name: e2e chrome test # - name: e2e chrome test
run: | # run: |
npm i # npm i
npm run test:e2e # npm run test:e2e
env: # env:
BROWSER: chrome # BROWSER: chrome
+14 -14
View File
@@ -30,19 +30,19 @@ jobs:
env: env:
CI: true CI: true
e2e-chrome: # e2e-chrome:
runs-on: windows-latest # runs-on: windows-latest
steps: # steps:
- uses: actions/checkout@v1 # - uses: actions/checkout@v1
- name: Use Node.js 12 # - name: Use Node.js 12
uses: actions/setup-node@v1 # uses: actions/setup-node@v1
with: # with:
node-version: 12 # node-version: 12
- name: e2e chrome test # - name: e2e chrome test
run: | # run: |
npm i # npm i
npm run test:e2e # npm run test:e2e
env: # env:
BROWSER: chrome # BROWSER: chrome