Skip to content

Commit

Permalink
Update azureprojectgenerator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madebygps authored Sep 4, 2024
1 parent 6ece865 commit e148b45
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/azureprojectgenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ jobs:
dotnet build --configuration Release --output ./output
popd
- name: 'Run Unit Tests'
shell: pwsh # For Linux, use bash
run: |
pushd './tests'
dotnet test --verbosity normal
popd
- name: 'Run Azure Functions Action'
uses: Azure/functions-action@v1
id: fa
Expand Down

0 comments on commit e148b45

Please sign in to comment.