Skip to content

Commit f61e2ec

Browse files
committed
Update test config
Signed-off-by: Victor Chang <[email protected]>
1 parent 3646b29 commit f61e2ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ jobs:
174174
working-directory: ./src
175175

176176
- name: Test
177+
env:
178+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
179+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
177180
run: find ~+ -type f -name "*.Tests.csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal -r "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings
178181
working-directory: ./src
179182

0 commit comments

Comments
 (0)