From 8e49d8274db248ff3012821ebefded0a098c16da Mon Sep 17 00:00:00 2001 From: Jaskaran Sarkaria Date: Sat, 30 Dec 2023 17:26:27 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20pass=20env=20var=20to=20ci?= =?UTF-8?q?=20unit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/unit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index f4c916f6..e9ce8c7b 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -20,3 +20,5 @@ jobs: run: npm run lint - name: Unit tests run: npm run test:unit:ci + env: + PUBLIC_BUCKET_URL: https://storage.googleapis.com/enki-website