From 236783c5794d48e8d916ea24121cef8f7a444199 Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Tue, 29 Apr 2025 14:05:00 +0200 Subject: [PATCH] Add environment variables Signed-off-by: Hans Kokx --- .github/workflows/analyze-and-unit-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/analyze-and-unit-test.yaml b/.github/workflows/analyze-and-unit-test.yaml index 4f8d5b6..d756130 100644 --- a/.github/workflows/analyze-and-unit-test.yaml +++ b/.github/workflows/analyze-and-unit-test.yaml @@ -2,7 +2,9 @@ name: Tests on: workflow_dispatch: pull_request: - +env: + PURO_FLUTTER_VERSION: "" + FLUTTER_VERSION: "" jobs: test: name: Analyze and test