From 42af1770ef8c7cf55fca717a7a9c4757d618995d Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Wed, 20 Dec 2023 13:00:02 -0800 Subject: [PATCH] Update test config Signed-off-by: Victor Chang --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 853b57d..393f0c7 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,6 +174,9 @@ jobs: working-directory: ./src - name: Test + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} 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 working-directory: ./src