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:
CI: true
e2e-chrome:
# e2e-chrome:
runs-on: windows-latest
# 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
# 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