From 4e87a2bdd18ee46f9710ae4ed39a124377b20d19 Mon Sep 17 00:00:00 2001 From: Josh McArthur Date: Thu, 11 Jan 2024 12:43:33 +1300 Subject: [PATCH] Provide AWS_REGION for CI configuration --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5af01d89b..a763d1ac2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,6 +94,7 @@ jobs: env: DATABASE_URL: postgres://postgres:postgres@localhost:5432/nzsl_test DEVISE_SECRET_KEY: anything + AWS_REGION: ap-southeast-2 RAILS_ENV: test run: | cp env-example .env @@ -104,6 +105,7 @@ jobs: DATABASE_URL: postgres://postgres:postgres@localhost:5432/nzsl_test DEVISE_SECRET_KEY: anything NZSL_ONLINE_SECRET_KEY_BASE: anything + AWS_REGION: ap-southeast-2 S3_BUCKET_URL: http://s3-ap-southeast-2.amazonaws.com/dummy-fake/ run: | cp env-example .env