Skip to content

Commit

Permalink
fix: Step name and reference to local workflow (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Dec 20, 2024
1 parent df851ff commit 3dad112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/local-pr-testprojects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ on:
jobs:
all:
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.47
uses: ./.github/workflows/cicd-dotnet.yml
with:
enableCleanUpDockerDocker: true
enableSonarQube: false
dotnet-version: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
dotnet-quality: ${{ vars.NE_DOTNET_QUALITY }}
solution: ./testprojects/HealthChecks.sln
retry-max-attempts: 3
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/step-dotnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Build
run: dotnet build ${{ inputs.solution }} -c Release -v ${{ inputs.dotnet-logging || 'quiet' }} --no-restore /p:GeneratePackageOnBuild=false

- name: Retry Step
- name: Test
id: test
uses: nick-fields/retry@v3.0.0
with:
Expand Down

0 comments on commit 3dad112

Please sign in to comment.