From cd5c5c44019dae5d53a4d6729dd8904bb7aa49c8 Mon Sep 17 00:00:00 2001 From: Alex Mboutchouang Date: Tue, 20 Jan 2026 20:40:43 +0100 Subject: [PATCH 1/3] Fix ci github action --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b5f011..d193473 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: jobs: test: runs-on: ubuntu-latest + env: + NEXT_PUBLIC_API_HOST: api.staging.example.com + NODE_ENV: production steps: - name: Checkout Code From 91029ce122a7f0bb89839137df936de1eb019c40 Mon Sep 17 00:00:00 2001 From: Alex Mboutchouang Date: Tue, 20 Jan 2026 20:44:25 +0100 Subject: [PATCH 2/3] Fix ci github action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d193473..414693f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest env: NEXT_PUBLIC_API_HOST: api.staging.example.com - NODE_ENV: production + NODE_ENV: development steps: - name: Checkout Code From c78bd5469c2a69b1d05a094229e0d35cdc45db47 Mon Sep 17 00:00:00 2001 From: Alex Mboutchouang Date: Tue, 20 Jan 2026 20:50:55 +0100 Subject: [PATCH 3/3] Fix ci github action --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 414693f..8905696 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,6 @@ jobs: runs-on: ubuntu-latest env: NEXT_PUBLIC_API_HOST: api.staging.example.com - NODE_ENV: development steps: - name: Checkout Code