Skip to content

Commit

Permalink
Temporarily remove EF example
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jan 4, 2024
1 parent 648eb70 commit e721ede
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,14 @@ jobs:
# run: dotnet nuget add source https://apiint.nugettest.org/v3/index.json -n int.nugettest.org
- name: Run test - ADO.NET
run: dotnet test --logger "trx;LogFileName=../../reports/qacover-report.trx" QACoverTest/QACoverTest.csproj
- name: Run test - Entity Framework
run: dotnet test --logger "trx;LogFileName=../../reports/qacover-report-ef.trx" QACoverTestEf/QACoverTestEf.csproj
#- name: Run test - Entity Framework
# run: dotnet test --logger "trx;LogFileName=../../reports/qacover-report-ef.trx" QACoverTestEf/QACoverTestEf.csproj
- name: Junit html report
if: always()
uses: javiertuya/[email protected]
with:
net-trx-report: "net/reports/qacover-report.trx,net/reports/qacover-report-ef.trx"
#net-trx-report: "net/reports/qacover-report.trx,net/reports/qacover-report-ef.trx"
net-trx-report: "net/reports/qacover-report.trx"
net-surefire-folder: "net/target/surefire-reports"
surefire-files: "net/target/surefire-reports/TEST-*.xml"
report-dir: net/target/site
Expand Down

0 comments on commit e721ede

Please sign in to comment.