2 parents 501c6f9 + e8a63d0 commit a586db5Copy full SHA for a586db5
1 file changed
.github/workflows/dotnet.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup Node.js
30
uses: actions/setup-node@v4
31
with:
32
- node-version: '20'
+ node-version: '24'
33
34
- name: Semantic Version
35
id: semantic
@@ -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