Skip to content

Commit c873e2a

Browse files
committed
r
1 parent 2207f72 commit c873e2a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ jobs:
1212
with:
1313
dotnet-version: '8.x'
1414
- name: Install dependencies
15-
working-directory: ./src
16-
run: dotnet restore
15+
run: dotnet restore ./src
1716
- name: Build
18-
working-directory: ./src
19-
run: dotnet build
17+
run: dotnet build ./src
2018
- name: Test with the dotnet CLI
21-
working-directory: ./src
22-
run: dotnet test
19+
run: dotnet test ./src

0 commit comments

Comments
 (0)