mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +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:
|
||||
pull_request:
|
|
@ -1,4 +1,4 @@
|
|||
name: V2 Build Size Report
|
||||
name: Build Size Report
|
||||
|
||||
on:
|
||||
# Note! you can't safely use "pull_request_target" here
|
|
@ -1,4 +1,4 @@
|
|||
name: V2 Build Time Perf
|
||||
name: Build Time Perf
|
||||
|
||||
on:
|
||||
pull_request:
|
|
@ -1,4 +1,4 @@
|
|||
name: V2 Lighthouse Report
|
||||
name: Lighthouse Report
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
|
@ -22,7 +22,7 @@ jobs:
|
|||
with:
|
||||
urls: |
|
||||
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/
|
||||
configPath: ./.github/workflows/v2-lighthousesrc.json
|
||||
configPath: ./.github/workflows/lighthousesrc.json
|
||||
uploadArtifacts: true
|
||||
temporaryPublicStorage: true
|
||||
env:
|
|
@ -1,4 +1,4 @@
|
|||
name: V2 Tests E2E
|
||||
name: Tests E2E
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -29,9 +29,7 @@ jobs:
|
|||
KEEP_CONTAINER=true yarn test:build:website -s
|
||||
mv test-website ../test-website
|
||||
- name: Install test-website project with Yarn v1
|
||||
run: |
|
||||
cd ../test-website
|
||||
yarn install
|
||||
run: cd ../test-website && yarn install
|
||||
env:
|
||||
npm_config_registry: http://localhost:4873
|
||||
- name: Start test-website project
|
|
@ -1,4 +1,4 @@
|
|||
name: V2 Windows Tests
|
||||
name: Windows Tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
@ -20,7 +20,6 @@ jobs:
|
|||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: yarn
|
||||
- name: Installation
|
||||
run: yarn || yarn || yarn # 3 attempts to avoid timeout errors...
|
||||
- name: Docusaurus Jest Tests
|
|
@ -1,4 +1,4 @@
|
|||
name: V2 Tests
|
||||
name: Tests
|
||||
|
||||
on:
|
||||
pull_request:
|
Loading…
Add table
Reference in a new issue