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 073da26 commit c78947aCopy full SHA for c78947a
.github/workflows/reusable.yml
@@ -59,6 +59,7 @@ jobs:
59
run: dotnet build --no-restore /p:ContinuousIntegrationBuild=true
60
- name: Test
61
run: |
62
+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/NRedisStack/src/NRedisStack/libcommands.so
63
echo "${{secrets.REDIS_CA_PEM}}" > tests/NRedisStack.Tests/bin/Debug/net6.0/redis_ca.pem
64
echo "${{secrets.REDIS_USER_CRT}}" > tests/NRedisStack.Tests/bin/Debug/net6.0/redis_user.crt
65
echo "${{secrets.REDIS_USER_PRIVATE_KEY}}" > tests/NRedisStack.Tests/bin/Debug/net6.0/redis_user_private.key
0 commit comments