chore: remove e2e tests from CI
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user