We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dacf1 commit 9749cdbCopy full SHA for 9749cdb
.github/workflows/test-redis-enterprise.yml
@@ -37,13 +37,11 @@ jobs:
37
working-directory: redis-ee
38
env:
39
IMAGE: "redislabs/redis:${{ matrix.re-build }}"
40
- RE_USERNAME: ${{ secrets.RE_USERNAME }}
41
- RE_PASS: ${{ secrets.RE_PASS }}
42
- RE_CLUSTER_NAME: ${{ secrets.RE_CLUSTER_NAME }}
+ RE_USERNAME: test@test.com
+ RE_PASS: 12345
+ RE_CLUSTER_NAME: re-test
43
RE_USE_OSS_CLUSTER: false
44
- RE_DB_PORT: ${{ secrets.RE_DB_PORT }}
45
- DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN }}
46
- DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
+ RE_DB_PORT: 6379
47
run: ./build.sh
48
49
- name: Test
0 commit comments