Skip to content

Commit f4b6df7

Browse files
committed
Update test project path in unit-tests.yml for cross-platform use
- Changed backslash to forward slash in test project path - Ensures compatibility with both Windows and Unix-like systems
1 parent b48c770 commit f4b6df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Perform the source generator tests
2626
run: dotnet test --project ./Toolbelt.Blazor.I18nText.SourceGenerator.Test --output detailed
2727
- name: Perform the compiler task tests
28-
run: dotnet test --project .\Toolbelt.Blazor.I18nText.CompileTask.Test --output detailed
28+
run: dotnet test --project ./Toolbelt.Blazor.I18nText.CompileTask.Test --output detailed

0 commit comments

Comments
 (0)