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 d404dcb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/integration-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
shell: bash

- name: Run keyshare server
run: ./bin-ks/irma-linux-amd64 keyshare server -c testdata/configurations/keyshareserver.yml &
run: ./bin-ks/irma-linux-amd64 keyshare server -c ./testdata/configurations/keyshareserver.yml &
shell: bash

- name: Checkout test code
Expand All @@ -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 d404dcb

Please sign in to comment.