Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 70a33b9

Browse filesBrowse files
committed
chore: remove e2e tests from CI
1 parent 76f1265 commit 70a33b9
Copy full SHA for 70a33b9

File tree

Expand file treeCollapse file tree

2 files changed

+32
-32
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+32
-32
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/daily-project-check.yml
+16-16Lines changed: 16 additions & 16 deletions
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

Copy file name to clipboardExpand all lines: .github/workflows/project-check.yml
+16-16Lines changed: 16 additions & 16 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.