We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f6ad8 commit 5a55adcCopy full SHA for 5a55adc
.github/workflows/ci.yml
@@ -39,13 +39,4 @@ jobs:
39
40
- name: Run tests
41
if: steps.detect-tests.outputs.has_tests == 'true'
42
- run: |
43
- dotnet run --project tests/ByTech.EmbeddedCommitLog.Tests \
44
- -- --report-trx --results-directory ./TestResults
45
-
46
- - name: Upload test results
47
- if: steps.detect-tests.outputs.has_tests == 'true' && !cancelled()
48
- uses: actions/upload-artifact@v4
49
- with:
50
- name: test-results-${{ github.run_number }}
51
- path: ./TestResults/*.trx
+ run: dotnet run --project tests/ByTech.EmbeddedCommitLog.Tests
0 commit comments