diff --git a/action.yml b/action.yml index 74eee4f..7ef6f7f 100644 --- a/action.yml +++ b/action.yml @@ -60,7 +60,7 @@ runs: shell: bash run: | echo "::group::🥎 Start Dataverse service in background" - ${{ github.action_path }}/scripts/service.sh -d + ${{ github.action_path }}/scripts/service.sh -d -p apitest echo "::endgroup::" # Bootstrap will wait up until accessible, so blocking here. - name: "Bootstrap Dataverse service"