Skip to content

Commit 7084024

Browse files
author
Nick Ficano
committed
ci: fix unit test project path casing
1 parent 868cee9 commit 7084024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Test (unit)
7979
run: >
80-
dotnet test tests/ARCP.UnitTests/ARCP.UnitTests.fsproj
80+
dotnet test tests/Arcp.UnitTests/Arcp.UnitTests.fsproj
8181
--configuration Release
8282
--no-build
8383
--verbosity normal

0 commit comments

Comments
 (0)