misc(ci): remove redundant "CI: true" env (#6326)

This commit is contained in:
Nick Schonning 2022-01-13 02:14:35 -05:00 committed by GitHub
parent 4aaa48759d
commit 27a3bd5a33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View file

@ -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

View file

@ -36,5 +36,3 @@ jobs:
echo "# hello" > test-file.md
- name: Docusaurus Build
run: yarn build:website --locale en
env:
CI: true