From 27a3bd5a33fed71f625bbc36229ae1b05f5eecfe Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 13 Jan 2022 02:14:35 -0500 Subject: [PATCH] misc(ci): remove redundant "CI: true" env (#6326) --- .github/workflows/tests-e2e.yml | 8 -------- .github/workflows/tests-windows.yml | 2 -- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 616cd0798c..8cb53139ef 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -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 diff --git a/.github/workflows/tests-windows.yml b/.github/workflows/tests-windows.yml index 9ba95f9055..6dc7265432 100644 --- a/.github/workflows/tests-windows.yml +++ b/.github/workflows/tests-windows.yml @@ -36,5 +36,3 @@ jobs: echo "# hello" > test-file.md - name: Docusaurus Build run: yarn build:website --locale en - env: - CI: true