We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95861fd commit af26de9Copy full SHA for af26de9
.github/workflows/main.yml
@@ -24,6 +24,15 @@ jobs:
24
with:
25
dotnet-version: 8.0.x
26
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
34
35
# Execute all unit tests in the solution
36
- name: Execute unit tests
37
38
run: dotnet test
0 commit comments