Skip to content

Commit 3fa044c

Browse files
committed
Fix working directory for execute
1 parent 33ba061 commit 3fa044c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a .NET project
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
33

4-
name: .NET
4+
name: Build, Test and Execute
55

66
on:
77
push:
@@ -104,6 +104,7 @@ jobs:
104104
- name: Build .NET 8.0
105105
run: dotnet build --no-restore -f net8.0
106106
- name: Execute
107+
working-directory: ./SerializersBenchmark
107108
run: dotnet run -c Release -f net8.0 -- --runtimes net6.0 net8.0 --filter *
108109

109110
#TODO process results

0 commit comments

Comments
 (0)