Skip to content

Commit

Permalink
fix(action): add missing project name option to setup compose networks
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Apr 6, 2024
1 parent f49c11f commit f68eb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f68eb68

Please sign in to comment.