Skip to content

Commit

Permalink
Update app-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neha-puraswani authored Oct 26, 2023
1 parent 6c8bed4 commit d769b54
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,5 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Setup .NET Core # Required to execute ReportGenerator
uses: actions/setup-dotnet@v3
if: success() || failure()
with:
dotnet-version: 6.x
dotnet-quality: 'ga'

- name: Test app
run: gradle test
run: gradle test --scan

0 comments on commit d769b54

Please sign in to comment.