From b9d964f8f794e1f08091f1b4ccabcf06fcdb2a37 Mon Sep 17 00:00:00 2001 From: jhartmann Date: Thu, 25 Jul 2024 16:36:06 +0200 Subject: [PATCH] chore(testdata):[#226] fix expected files preparation step --- .github/actions/cucumber-integration-test/action.yaml | 6 ++++++ .github/actions/setup-umbrella-env/action.yaml | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/cucumber-integration-test/action.yaml b/.github/actions/cucumber-integration-test/action.yaml index 9ec81e851..0061f01ea 100644 --- a/.github/actions/cucumber-integration-test/action.yaml +++ b/.github/actions/cucumber-integration-test/action.yaml @@ -52,6 +52,12 @@ runs: key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 + - name: Prepare expected files + run: | + chmod +x ./local/testing/testdata/prepare-expected-files.sh + ./local/testing/testdata/prepare-expected-files.sh "BPNL00000003AYRE" + shell: bash + - name: Run Tests with Maven shell: bash env: diff --git a/.github/actions/setup-umbrella-env/action.yaml b/.github/actions/setup-umbrella-env/action.yaml index b09735986..cc04c49f9 100644 --- a/.github/actions/setup-umbrella-env/action.yaml +++ b/.github/actions/setup-umbrella-env/action.yaml @@ -132,12 +132,6 @@ runs: "http://umbrella-dataprovider-edc-dataplane:8081" shell: bash - - name: Prepare expected files - run: | - chmod +x ./local/testing/testdata/prepare-expected-files.sh - ./local/testing/testdata/prepare-expected-files.sh "BPNL00000003AYRE" - shell: bash - - name: Wait for deployment id: deployment-ready shell: bash