From 2a89e9f9bbdfca986ac070ebd33164617929326a Mon Sep 17 00:00:00 2001 From: Kevin Meinhardt Date: Tue, 4 Feb 2025 21:07:38 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Mathieu Pillard --- .github/workflows/health_check.yml | 2 +- scripts/health_check.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/health_check.yml b/.github/workflows/health_check.yml index ad67d6205a4a..e0f75e465a0b 100644 --- a/.github/workflows/health_check.yml +++ b/.github/workflows/health_check.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.12' cache: 'pip' - name: Install dependencies diff --git a/scripts/health_check.py b/scripts/health_check.py index bac15448419c..5ca2920bc029 100755 --- a/scripts/health_check.py +++ b/scripts/health_check.py @@ -13,8 +13,8 @@ ('dev', 'https://addons-dev.allizom.org'), ('stage', 'https://addons.allizom.org'), ('prod', 'https://addons.mozilla.org'), - # TODO: maybe we could use the local environmnet here - ('test', ''), + # For local environments hit the nginx container as set in docker-compose.yml + ('local', 'http://nginx'), ], )