From c5da8299792ffdcb04997da1b26507530f316272 Mon Sep 17 00:00:00 2001 From: Grigory Date: Thu, 30 Jan 2025 13:06:34 +0500 Subject: [PATCH] remove redunant env vars https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables --- .github/workflows/release.yml | 2 -- .github/workflows/test.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b9d1d6..56c26bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,8 +48,6 @@ jobs: with: node-version: lts/* - name: Install - env: - CI: true run: npm ci - name: Create Changelog run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 416428a..0f44656 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,5 +47,4 @@ jobs: npm ci npm test env: - CI: true DISPLAY: ":99.0"