From 3f07114758b39351350135cdf90c23d4d43e8c8d Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Wed, 2 Dec 2020 10:05:18 +0100 Subject: [PATCH] chore(ci): reduce number of jobs, remove build from lighthouse pipeline (#3861) --- .github/workflows/e2e-test.yml | 4 ++-- .github/workflows/lighthouseCI.yml | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index fcd909e531..e3404970d1 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['10', '14'] + node: ['10'] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node }} @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['10', '14'] + node: ['14'] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node }} diff --git a/.github/workflows/lighthouseCI.yml b/.github/workflows/lighthouseCI.yml index 3c1c6659cd..103f7e2b35 100644 --- a/.github/workflows/lighthouseCI.yml +++ b/.github/workflows/lighthouseCI.yml @@ -5,19 +5,8 @@ on: pull_request_target jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - node: ['12'] steps: - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node }} - - name: Install and Build - run: | - yarn install - yarn build - name: Wait for the Netlify Preview uses: jakepartusch/wait-for-netlify-action@v1 id: netlify