Skip to content

Commit e8a63d0

Browse files
committed
fix: Test issues with ubuntu
1 parent c658b37 commit e8a63d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ jobs:
7070
- name: Build
7171
run: dotnet build ${{ env.SOLUTION_PATH }} --no-restore
7272

73+
# Fix later to run test on ubuntu
7374
- name: Test
7475
run: dotnet test --no-build --verbosity normal ${{ env.SOLUTION_PATH }}
76+
if: matrix.os == 'windows-latest'
7577
env:
7678
GIT_TEST_TOKEN: ${{ secrets.GIT_TEST_TOKEN }}
7779
GIT_TEST_USERNAME: ${{ secrets.GIT_TEST_USERNAME }}

0 commit comments

Comments
 (0)