Skip to content

Commit

Permalink
pass hostname to dotnet integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jul 12, 2023
1 parent 1af36f4 commit 732823d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/integration/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ runs:
steps:
- name: run integration tests
uses: ./.github/actions/dotnet-integration
with:
hostname: ${{ inputs.hostname }}
- name: Upload test results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always() && !env.act
Expand Down

0 comments on commit 732823d

Please sign in to comment.