1 parent c658b37 commit e8a63d0Copy full SHA for e8a63d0
1 file changed
.github/workflows/dotnet.yml
@@ -70,8 +70,10 @@ jobs:
70
- name: Build
71
run: dotnet build ${{ env.SOLUTION_PATH }} --no-restore
72
73
+ # Fix later to run test on ubuntu
74
- name: Test
75
run: dotnet test --no-build --verbosity normal ${{ env.SOLUTION_PATH }}
76
+ if: matrix.os == 'windows-latest'
77
env:
78
GIT_TEST_TOKEN: ${{ secrets.GIT_TEST_TOKEN }}
79
GIT_TEST_USERNAME: ${{ secrets.GIT_TEST_USERNAME }}
0 commit comments