From c94a133c51c5fa2983a7d7efe36d019e40be1d63 Mon Sep 17 00:00:00 2001 From: Mulder Date: Tue, 26 Mar 2024 07:44:18 -0700 Subject: [PATCH] DBC22-1956: Add variables to test scripts --- .github/workflows/codetest-sonarcloud.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codetest-sonarcloud.yml b/.github/workflows/codetest-sonarcloud.yml index faafb83c2..947aad2af 100644 --- a/.github/workflows/codetest-sonarcloud.yml +++ b/.github/workflows/codetest-sonarcloud.yml @@ -68,7 +68,7 @@ jobs: DRIVEBC_IMAGE_API_BASE_URL: testvar DRIVEBC_IMAGE_PROXY_URL: testvar DRIVEBC_OPEN_511_API_BASE_URL: testvar - DRIVEBC_WEBCAM_API_BASE_URL: testvar + DRIVEBC_WEBCAM_API_BASE_URL: https://images.drivebc.ca/webcam/api/v1/ DRIVEBC_ROUTE_PLANNER_API_BASE_URL: testvar DRIVEBC_ROUTE_PLANNER_API_AUTH_KEY: testvar DRIVEBC_DIT_API_BASE_URL: testvar @@ -77,6 +77,9 @@ jobs: WEATHER_CLIENT_ID: testvar WEATHER_CLIENT_SECRET: testvar DRIVEBC_WEATHER_AREAS_API_BASE_URL: testvar + DRIVEBC_IMAGE_BASE_URL: http://localhost:8000 + DRIVEBC_WEATHER_CURRENT_API_BASE_URL: testvar + DRIVEBC_WEATHER_CURRENT_STATIONS_API_BASE_URL: testvar SECRET_KEY: testvar run: | coverage run ./src/backend/manage.py test --noinput && coverage report && coverage xml