Skip to content

Commit b6e7ca3

Browse files
committed
Removed test step form Github Actions
1 parent ca847a3 commit b6e7ca3

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
@@ -37,8 +37,8 @@ jobs:
3737
- name: Build
3838
run: dotnet build DSPTranslationPlugin/DSPTranslationPlugin.csproj -c Release
3939

40-
- name: Test
41-
run: dotnet test --no-build --verbosity normal
40+
#- name: Test
41+
# run: dotnet test --no-build --verbosity normal
4242

4343
- name: Archive Release
4444
uses: thedoctor0/zip-release@master

0 commit comments

Comments
 (0)