Ver código fonte

Adjust yaml for easier diagnostics

Tig Kindel 2 anos atrás
pai
commit
f6460f360d
1 arquivos alterados com 1 adições e 1 exclusões
  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 ]
 
 jobs:
-  build:
+  build_and_test:
 
     runs-on: ubuntu-latest