Skip to content

Commit b23985f

Browse files
committed
updated testing
1 parent 807ed6d commit b23985f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/TestCommit.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16+
1617
- name: Setup dotnet ${{ matrix.dotnet-version }}
1718
uses: actions/setup-dotnet@v4
1819
with:
1920
dotnet-version: ${{ matrix.dotnet-version }}
21+
2022
- name: Install dependencies
2123
run: dotnet restore
24+
2225
- name: Build
23-
run: dotnet build
26+
run: dotnet build --configuration Debug --no-restore
27+
2428
- name: Test
25-
run: dotnet test ./tests/SharpGLTF.Ext.3DTiles.Tests/SharpGLTF.Ext.3DTiles.Tests.csproj
29+
run: dotnet test ./tests/SharpGLTF.Ext.3DTiles.Tests/SharpGLTF.Ext.3DTiles.Tests.csproj --no-build --verbosity normal

0 commit comments

Comments
 (0)