Browse Source

Adjust yaml for easier diagnostics

Tig Kindel 2 years ago
parent
commit
f6460f360d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dotnet-core.yml

+ 1 - 1
.github/workflows/dotnet-core.yml

@@ -7,7 +7,7 @@ on:
     branches: [ main, develop, v2_develop ]
     branches: [ main, develop, v2_develop ]
 
 
 jobs:
 jobs:
-  build:
+  build_and_test:
 
 
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest