Skip to content

Commit 4c69f27

Browse files
committed
test removed from CI
1 parent e56c1f4 commit 4c69f27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)