diff --git a/.github/actions/integration-test/action.yml b/.github/actions/integration-test/action.yml index e6cf68b0..2e91be35 100644 --- a/.github/actions/integration-test/action.yml +++ b/.github/actions/integration-test/action.yml @@ -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 + shell: bash + - name: Run integration tests working-directory: irmago_test_checkout env: