Skip to content

Commit

Permalink
chore: test filter
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Oct 30, 2023
1 parent 28ba53f commit 3ccf91e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ jobs:
projectPath: ${{ matrix.projectPath }}
checkName: ${{ matrix.unityVersion }} ${{ matrix.testMode }} tests result
githubToken: ${{ secrets.GITHUB_TOKEN }}
customParameters: assemblyNames "ReadyPlayerMe.Core.Editor.Tests;ReadyPlayerMe.Tests.Editor;ReadyPlayerMe.Tests.Runtime"
customParameters: |
assemblyNames "ReadyPlayerMe.Core.Editor.Tests;ReadyPlayerMe.Tests.Editor;ReadyPlayerMe.Tests.Runtime"
--testfilter "-Unity.Multiplayer.Tools.Common.Tests.dll;-Unity.Multiplayer.Tools.MetricTypes.Tests.Editor.dll;-Unity.Multiplayer.Tools.NetStats.Tests.Editor.dll;-Unity.Multiplayer.Tools.NetworkProfiler.Tests.Editor.dll;-Unity.Multiplayer.Tools.NetworkSolutionInterface.Tests.Editor.dll"
coverageOptions: "generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+ReadyPlayerMe.*"

0 comments on commit 3ccf91e

Please sign in to comment.