Skip to content

Commit

Permalink
Removed current test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Sep 17, 2023
1 parent c6b9c55 commit a9df678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
strategy:
fail-fast: false
matrix:
category: [ "Basic", "SqlServer", "PostgreSQL", "MariaDB", "Sqlite", "Oracle" ]
#category: [ "Basic", "SqlServer", "PostgreSQL", "MariaDB", "Sqlite", "Oracle" ]
category: [ "Basic", "MariaDB", "Sqlite" ]

steps:
- name: Download binaries
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,8 @@ jobs:
name: Create test report

steps:
- uses: dorny/test-reporter@v1
with:
artifact: /test-results(?:-?)(.*)/ # artifact name - allows for both one big 'test-results', and several 'test-results-SqlServer', 'test-results-Sqlite', etc
name: Test report $1 # Name of the check run which will be created
path: '*.xml' # Path to test results (inside artifact .zip)
reporter: dotnet-trx # Format of test results

- name: Download XML test reports
uses: actions/upload-artifact@v3
uses: actions/download-artifact@v3
with:
#name: test-results-${{ matrix.category }}
path: test-results
Expand Down

0 comments on commit a9df678

Please sign in to comment.