Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Dash instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed May 23, 2024
1 parent 88f7563 commit cdba822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/contract-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:

- name: Build Contract Tests
shell: bash
run: dotnet build //p:Configuration=Debug ${{ inputs.service_project_file }}
run: dotnet build -p:Configuration=Debug ${{ inputs.service_project_file }}

- name: Launch Contract Tests
id: launch-contract-tests
Expand Down

0 comments on commit cdba822

Please sign in to comment.