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