From 70a33b9c9180ced8cc298fd46a736bc06a033c2e Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Tue, 8 Sep 2020 10:13:17 +0200 Subject: [PATCH] chore: remove e2e tests from CI --- .github/workflows/daily-project-check.yml | 28 +++++++++++------------ .github/workflows/project-check.yml | 28 +++++++++++------------ 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/daily-project-check.yml b/.github/workflows/daily-project-check.yml index 7ce0af13..38876575 100644 --- a/.github/workflows/daily-project-check.yml +++ b/.github/workflows/daily-project-check.yml @@ -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 \ No newline at end of file + # 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 \ No newline at end of file diff --git a/.github/workflows/project-check.yml b/.github/workflows/project-check.yml index 80fd2129..a0868f51 100644 --- a/.github/workflows/project-check.yml +++ b/.github/workflows/project-check.yml @@ -30,19 +30,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 \ No newline at end of file + # 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 \ No newline at end of file