Skip to content

Commit 2207f72

Browse files
committed
r
1 parent 55cffb4 commit 2207f72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ jobs:
1212
with:
1313
dotnet-version: '8.x'
1414
- name: Install dependencies
15+
working-directory: ./src
1516
run: dotnet restore
1617
- name: Build
18+
working-directory: ./src
1719
run: dotnet build
1820
- name: Test with the dotnet CLI
21+
working-directory: ./src
1922
run: dotnet test

0 commit comments

Comments
 (0)