From 919fac811daa919ae3bc3b4f12312cbde565e0df Mon Sep 17 00:00:00 2001 From: ArraysID Date: Sat, 10 May 2025 17:07:51 +0700 Subject: [PATCH] fix: remove unused environment variables from test build workflow --- .github/workflows/test-build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 7926013..a4a8c86 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -7,13 +7,7 @@ on: branches: ['develop'] env: - NODE_VERSION: 22.14.0 CMS_SECRET: fake-secret - CMS_POSTGRES_URL: postgres://user:password@localhost:5432/fake-db - CMS_STORAGE_ENDPOINT: https://fake-s3-endpoint.com - CMS_STORAGE_ACCESS_KEY_ID: fake-access-key - CMS_STORAGE_SECRET_ACCESS_KEY: fake-secret-key - CMS_STORAGE_REGION: ap-southeast-1 jobs: build: