Skip to content

Commit

Permalink
Changed run_tests.yml to see if it will print out the fonts message.
Browse files Browse the repository at this point in the history
  • Loading branch information
natekford committed Feb 1, 2024
1 parent e731373 commit b3c774d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --logger "console;verbosity=detailed"
- name: Image Artifact
if: '!cancelled()'
uses: actions/upload-artifact@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public SKChartDrawer_Tests(ITestOutputHelper output)
[Fact]
public async Task DrawImage_Valid()
{
_Output.WriteLine($"Installed fonts: {string.Join(", ", SKFontManager.Default.FontFamilies)}");
_Output.WriteLine($"Fonts: {string.Join(", ", _Fonts)}");

var defs = TestUtils.Defs;
var script = defs.LoadScripts().First();
Expand Down

0 comments on commit b3c774d

Please sign in to comment.