Skip to content

Commit 093c7ef

Browse files
committed
Fix working directory
1 parent 72c8e6d commit 093c7ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
- name: Build
7979
run: dotnet build --no-restore
8080
- name: Execute
81+
working-directory: ./SerializersBenchmark
8182
run: dotnet run -c Release -f net8.0 -- --runtimes net48 net6.0 net8.0 --filter *
8283

8384
#TODO process results

0 commit comments

Comments
 (0)