File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ jobs:
9090 echo "${{secrets.REDIS_USER_CRT}}" > tests/NRedisStack.Tests/bin/Debug/net481/redis_user.crt
9191 echo "${{secrets.REDIS_USER_PRIVATE_KEY}}" > tests/NRedisStack.Tests/bin/Debug/net481/redis_user_private.key
9292 jq 'del(.cluster)' tests/dockers/endpoints.json > standalone_only.json
93+ rm tests/dockers/endpoints.json && mv standalone_only.json tests/dockers/endpoints.json
9394 ls -R
9495 - name : Test
9596 shell : cmd
9697 run : |
97- START wsl ./redis-stack-server-${{env.redis_stack_version}}/bin/redis-stack-server &
98- set REDIS_ENDPOINTS_CONFIG_PATH=standalone_only.json
98+ START wsl ./redis-stack-server-${{env.redis_stack_version}}/bin/redis-stack-server &
9999 dotnet test -f net481 --no-build --verbosity detailed -p:BuildInParallel=false tests/Test.proj --logger GitHubActions
You can’t perform that action at this time.
0 commit comments