Skip to content

Commit

Permalink
bou-1 - wasn't using the behavior for the Mock Create<T> method
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Cook committed Jan 23, 2025
1 parent 262adf4 commit 0122f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish:
if: github.event.pull_request.merged == true
uses: bounteous/bounteous-common-workflows/.github/workflows/build-and-publish-to-nuget.yml@main
uses: Bounteous-Inc/bounteous-common-workflows/.github/workflows/build-and-publish-to-nuget.yml@main
with:
csproj-path: './src/Bounteous.DotNet.Test.Essentials/Bounteous.DotNet.Test.Essentials.csproj'
nuget-package-name: 'bounteous.dotnet.test.essentials'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
ci-build:
uses: bounteous/bounteous-common-workflows/.github/workflows/ci-build.yml@main
uses: Bounteous-Inc/bounteous-common-workflows/.github/workflows/ci-build.yml@main
with:
dotnet-version: '8.0.x'
release-path: 'net8.0'
Expand Down

0 comments on commit 0122f3c

Please sign in to comment.