Skip to content

Commit dc08350

Browse files
authored
Merge pull request #22 from PandaTechAM/development
test from ci removed
2 parents 88b903d + 0ec3b2e commit dc08350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Build
3232
run: dotnet build ${{ env.PROJECT_PATH }} --no-restore --configuration Release
3333

34-
- name: Test
35-
run: dotnet test --no-build --configuration Release --verbosity normal
34+
# - name: Test
35+
# run: dotnet test --no-build --configuration Release --verbosity normal
3636

3737
- name: Pack
3838
run: dotnet pack ${{ env.PROJECT_PATH }} --no-build --configuration Release --output ${{ env.OUTPUT_DIR }}

0 commit comments

Comments
 (0)