Skip to content

Commit 9ce7eb7

Browse files
authored
Update build.yml
1 parent a70bbc1 commit 9ce7eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
uses: actions/setup-dotnet@v1
1414
with:
1515
dotnet-version: 2.2.207
16-
- name: Build with dotnet
17-
run: dotnet build --configuration Release
16+
- name: Test
17+
run: dotnet test --results-directory /app/artifacts --logger:trx

0 commit comments

Comments
 (0)