mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
chore(workflow): remove v2 prefix from titles (#5833)
This commit is contained in:
parent
41346e0abf
commit
66771bd80d
8 changed files with 9 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: V2 Build Blog-only
|
name: Build Blog-only
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
|
@ -1,4 +1,4 @@
|
||||||
name: V2 Build Size Report
|
name: Build Size Report
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Note! you can't safely use "pull_request_target" here
|
# Note! you can't safely use "pull_request_target" here
|
|
@ -1,4 +1,4 @@
|
||||||
name: V2 Build Time Perf
|
name: Build Time Perf
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
|
@ -1,4 +1,4 @@
|
||||||
name: V2 Lighthouse Report
|
name: Lighthouse Report
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
urls: |
|
urls: |
|
||||||
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/
|
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/
|
||||||
configPath: ./.github/workflows/v2-lighthousesrc.json
|
configPath: ./.github/workflows/lighthousesrc.json
|
||||||
uploadArtifacts: true
|
uploadArtifacts: true
|
||||||
temporaryPublicStorage: true
|
temporaryPublicStorage: true
|
||||||
env:
|
env:
|
|
@ -1,4 +1,4 @@
|
||||||
name: V2 Tests E2E
|
name: Tests E2E
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -29,9 +29,7 @@ jobs:
|
||||||
KEEP_CONTAINER=true yarn test:build:website -s
|
KEEP_CONTAINER=true yarn test:build:website -s
|
||||||
mv test-website ../test-website
|
mv test-website ../test-website
|
||||||
- name: Install test-website project with Yarn v1
|
- name: Install test-website project with Yarn v1
|
||||||
run: |
|
run: cd ../test-website && yarn install
|
||||||
cd ../test-website
|
|
||||||
yarn install
|
|
||||||
env:
|
env:
|
||||||
npm_config_registry: http://localhost:4873
|
npm_config_registry: http://localhost:4873
|
||||||
- name: Start test-website project
|
- name: Start test-website project
|
|
@ -1,4 +1,4 @@
|
||||||
name: V2 Windows Tests
|
name: Windows Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
@ -20,7 +20,6 @@ jobs:
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
cache: yarn
|
|
||||||
- name: Installation
|
- name: Installation
|
||||||
run: yarn || yarn || yarn # 3 attempts to avoid timeout errors...
|
run: yarn || yarn || yarn # 3 attempts to avoid timeout errors...
|
||||||
- name: Docusaurus Jest Tests
|
- name: Docusaurus Jest Tests
|
|
@ -1,4 +1,4 @@
|
||||||
name: V2 Tests
|
name: Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
Loading…
Add table
Reference in a new issue