From c8581868702ed8129a72551e2b2579dce1e9f3a9 Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Tue, 29 Apr 2025 13:49:03 +0200 Subject: [PATCH] Set correct .puro.json filename in github action config Signed-off-by: Hans Kokx --- .github/workflows/analyze-and-unit-test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/analyze-and-unit-test.yaml b/.github/workflows/analyze-and-unit-test.yaml index abaa26a..bc42be4 100644 --- a/.github/workflows/analyze-and-unit-test.yaml +++ b/.github/workflows/analyze-and-unit-test.yaml @@ -2,7 +2,6 @@ name: Tests on: workflow_dispatch: pull_request: - push: env: FLUTTER_VERSION: "stable" @@ -15,7 +14,7 @@ jobs: uses: actions/checkout@v4 - id: puro_version run: | - content=`cat ./puro.json` + content=`cat ./.puro.json` # the following lines are only required for multi line json content="${content//'%'/'%25'}" content="${content//$'\n'/'%0A'}"