File tree 2 files changed +32
-32
lines changed
2 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,19 @@ jobs:
31
31
env :
32
32
CI : true
33
33
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
Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ jobs:
30
30
env :
31
31
CI : true
32
32
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
You can’t perform that action at this time.
0 commit comments