Skip to content

Commit

Permalink
chore(ci): reduce number of jobs, remove build from lighthouse pipeli…
Browse files Browse the repository at this point in the history
…ne (#3861)
  • Loading branch information
Simek authored Dec 2, 2020
1 parent 7d0b451 commit 3f07114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/lighthouseCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f07114

Please sign in to comment.