Skip to content

Commit af26de9

Browse files
Update main.yml
1 parent 95861fd commit af26de9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

+9
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ jobs:
2424
with:
2525
dotnet-version: 8.0.x
2626

27+
- name: Install dependencies main
28+
working-directory: ./UniversalNFT.dev.API
29+
run: dotnet restore
30+
31+
- name: Install dependencies test project
32+
working-directory: ./UniversalNFT.dev.API.Tests
33+
run: dotnet restore
34+
2735
# Execute all unit tests in the solution
2836
- name: Execute unit tests
37+
working-directory: ./UniversalNFT.dev.API.Tests
2938
run: dotnet test

0 commit comments

Comments
 (0)