Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jbarrantes authored May 23, 2024
1 parent 4d75cbe commit 6d7cc1f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ jobs:
- name: dotnet test
run: |
dotnet test sfsnowsightextensions.sln --logger trx --results-directory "TestResults"
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/macos@v2
if: always()
- name: Test report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
files: |
**/*.trx
name: sfsnowsightextensions tests # Name of the check run which will be created
path: TestResults/*.trx # Path to test results
reporter: dotnet-trx
- name: Dotnet Publish All
shell: pwsh
working-directory: SnowflakePS
Expand Down

0 comments on commit 6d7cc1f

Please sign in to comment.