Skip to content

Commit

Permalink
chore(testdata):[#226] fix expected files preparation step
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jul 25, 2024
1 parent 4a86256 commit b9d964f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/actions/cucumber-integration-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 0 additions & 6 deletions .github/actions/setup-umbrella-env/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9d964f

Please sign in to comment.