Skip to content

Commit 3e893bb

Browse files
committed
Revert "Build: Fix solution file path in test step"
This reverts commit a3bce8c.
1 parent a3bce8c commit 3e893bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: Build arm64
1515
run: dotnet build ./src/FileHashGenerator/FileHashGenerator.Presentation/ -c Release --no-self-contained /p:Platform=arm64
1616
- name: Test
17-
run: dotnet test ./src/FileHashGenerator/FileHashGenerator.slnx -c Release
17+
run: dotnet test ./src/FileHashGenerator/FileHashGenerator.sln -c Release

0 commit comments

Comments
 (0)