mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 20:32:42 +02:00
chore(ci): reduce number of jobs, remove build from lighthouse pipeline (#3861)
This commit is contained in:
parent
7d0b451783
commit
3f07114758
2 changed files with 2 additions and 13 deletions
4
.github/workflows/e2e-test.yml
vendored
4
.github/workflows/e2e-test.yml
vendored
|
@ -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 }}
|
||||
|
|
11
.github/workflows/lighthouseCI.yml
vendored
11
.github/workflows/lighthouseCI.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue