Skip to content

Commit cdca4d4

Browse files
committed
more workflow fixes.
1 parent b8cfd63 commit cdca4d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ jobs:
1111
- uses: actions/setup-dotnet@v3
1212
with:
1313
dotnet-version: '6.0.x'
14-
- run: cd ServerCodeExciserTest | dotnet run ServerCodeExciserTest.csproj
14+
- name: Run tests
15+
run: dotnet run ServerCodeExciserTest.csproj
16+
working-directory: ./ServerCodeExciserTest

0 commit comments

Comments
 (0)