Skip to content

Commit

Permalink
Test: ensure integration-test-serverside uses testdata from current c…
Browse files Browse the repository at this point in the history
…heckout
  • Loading branch information
ivard committed Nov 29, 2023
1 parent 2e23adb commit bd4d620
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/integration-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ runs:
ref: ${{ inputs.test-ref }}
path: irmago_test_checkout

- name: Use testdata from current checkout
run: cp -R ./testdata ./irmago_test_checkout/testdata
shell: bash

- name: Run integration tests
working-directory: irmago_test_checkout
env:
Expand Down

0 comments on commit bd4d620

Please sign in to comment.