Skip to content

Commit

Permalink
Publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed May 24, 2023
1 parent 80610e9 commit b53ff67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
- name: Run tests with dotnet test
run: dotnet test ./implement/test-elm-time/test-elm-time.csproj --logger trx

- name: Publish test results
uses: actions/upload-artifact@v3
if: always()
with:
name: test-results-${{ github.sha }}-${{ matrix.environment }}
path: ./implement/test-elm-time/TestResults

- name: dotnet publish
run: dotnet publish -c Debug -r ${{ matrix.publish-runtime-id }} --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:IncludeAllContentForSelfExtract=true -p:PublishReadyToRun=true -p:PublishReadyToRunShowWarnings=true --output ./publish ./implement/elm-time

Expand Down

0 comments on commit b53ff67

Please sign in to comment.