Skip to content

Commit 7f646c0

Browse files
committed
Replace the endpoints file
1 parent d0407b8 commit 7f646c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)