We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56fc45 commit 44d143eCopy full SHA for 44d143e
.github/actions/run-tests/action.yml
@@ -109,6 +109,8 @@ runs:
109
echo "${{inputs.REDIS_CA_PEM}}" > tests/NRedisStack.Tests/bin/Debug/${CLR_VERSION}/redis_ca.pem
110
echo "${{inputs.REDIS_USER_CRT}}" > tests/NRedisStack.Tests/bin/Debug/${CLR_VERSION}/redis_user.crt
111
echo "${{inputs.REDIS_USER_PRIVATE_KEY}}" > tests/NRedisStack.Tests/bin/Debug/${CLR_VERSION}/redis_user_private.key
112
+ REDIS_VERSION=$(echo "$REDIS_VERSION" | cut -d'-' -f1)
113
+ echo $REDIS_VERSION
114
dotnet test -f ${CLR_VERSION} --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover -p:BuildInParallel=false tests/Test.proj --logger GitHubActions
115
echo "::endgroup::"
116
- name: Codecov
0 commit comments