Skip to content

Commit 70a33b9

Browse files
committed
chore: remove e2e tests from CI
1 parent 76f1265 commit 70a33b9

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

.github/workflows/daily-project-check.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ jobs:
3131
env:
3232
CI: true
3333

34-
e2e-chrome:
35-
36-
runs-on: windows-latest
37-
38-
steps:
39-
- uses: actions/checkout@v1
40-
- name: Use Node.js 12
41-
uses: actions/setup-node@v1
42-
with:
43-
node-version: 12
44-
- name: e2e chrome test
45-
run: |
46-
npm i
47-
npm run test:e2e
48-
env:
49-
BROWSER: chrome
34+
# e2e-chrome:
35+
36+
# runs-on: windows-latest
37+
38+
# steps:
39+
# - uses: actions/checkout@v1
40+
# - name: Use Node.js 12
41+
# uses: actions/setup-node@v1
42+
# with:
43+
# node-version: 12
44+
# - name: e2e chrome test
45+
# run: |
46+
# npm i
47+
# npm run test:e2e
48+
# env:
49+
# BROWSER: chrome

.github/workflows/project-check.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ jobs:
3030
env:
3131
CI: true
3232

33-
e2e-chrome:
34-
35-
runs-on: windows-latest
36-
37-
steps:
38-
- uses: actions/checkout@v1
39-
- name: Use Node.js 12
40-
uses: actions/setup-node@v1
41-
with:
42-
node-version: 12
43-
- name: e2e chrome test
44-
run: |
45-
npm i
46-
npm run test:e2e
47-
env:
48-
BROWSER: chrome
33+
# e2e-chrome:
34+
35+
# runs-on: windows-latest
36+
37+
# steps:
38+
# - uses: actions/checkout@v1
39+
# - name: Use Node.js 12
40+
# uses: actions/setup-node@v1
41+
# with:
42+
# node-version: 12
43+
# - name: e2e chrome test
44+
# run: |
45+
# npm i
46+
# npm run test:e2e
47+
# env:
48+
# BROWSER: chrome

0 commit comments

Comments
 (0)