Skip to content

Commit

Permalink
Update .github/workflows/integration-test.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Werkman <[email protected]>
  • Loading branch information
rouke-broersma and richardwerkman authored Feb 16, 2024
1 parent eca4497 commit f13c21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Restore vstest
run: dotnet restore --packages .vstest
working-directory: ${{ github.workspace }}/src/Stryker.Core/Stryker.Core/ToolHelpers/
- name: Pack integration test pacage
- name: Pack integration test package
run: dotnet pack ${{ github.workspace }}/src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj -p:PackageVersion=$VERSION --output ${{ github.workspace }}/publish
- name: Publish integration test package
run: dotnet nuget push ${{ github.workspace }}/publish/*.nupkg -s $NUGET_FEED -k "$FEEDZ_NUGET_API_KEY"
Expand Down

0 comments on commit f13c21e

Please sign in to comment.