diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 84ebe3e..7926013 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -8,6 +8,12 @@ on: 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: