Skip to content

Commit

Permalink
needs: call-reusable-build-test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-brazhenko committed Mar 25, 2024
1 parent e97481c commit ec545b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
uses: ./.github/workflows/dotnet-build-test.yml

build-test:
needs: call-reusable-build-test
runs-on: windows-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
uses: .github/workflows/reusable_build_test.yml

build-test-publish:
needs: call-reusable-build-test
runs-on: windows-latest

steps:
Expand Down

0 comments on commit ec545b7

Please sign in to comment.