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