mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
misc(ci): remove redundant "CI: true" env (#6326)
This commit is contained in:
parent
4aaa48759d
commit
27a3bd5a33
2 changed files with 0 additions and 10 deletions
8
.github/workflows/tests-e2e.yml
vendored
8
.github/workflows/tests-e2e.yml
vendored
|
@ -46,8 +46,6 @@ jobs:
|
|||
- name: Build test-website project
|
||||
run: yarn build
|
||||
working-directory: ../test-website
|
||||
env:
|
||||
CI: true
|
||||
|
||||
yarn-berry:
|
||||
name: E2E — Yarn Berry
|
||||
|
@ -98,8 +96,6 @@ jobs:
|
|||
- name: Build test-website project
|
||||
run: yarn build
|
||||
working-directory: ../test-website
|
||||
env:
|
||||
CI: true
|
||||
|
||||
npm:
|
||||
name: E2E — NPM
|
||||
|
@ -131,8 +127,6 @@ jobs:
|
|||
- name: Build test-website project
|
||||
run: npm run build
|
||||
working-directory: ../test-website
|
||||
env:
|
||||
CI: true
|
||||
|
||||
pnpm:
|
||||
name: E2E — PNPM
|
||||
|
@ -166,5 +160,3 @@ jobs:
|
|||
- name: Build test-website project
|
||||
run: pnpm run build
|
||||
working-directory: ../test-website
|
||||
env:
|
||||
CI: true
|
||||
|
|
2
.github/workflows/tests-windows.yml
vendored
2
.github/workflows/tests-windows.yml
vendored
|
@ -36,5 +36,3 @@ jobs:
|
|||
echo "# hello" > test-file.md
|
||||
- name: Docusaurus Build
|
||||
run: yarn build:website --locale en
|
||||
env:
|
||||
CI: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue