Skip to content

Commit

Permalink
feat: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Jan 13, 2025
1 parent 6e677ee commit d3fdb6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
cp config/redis/.env.redis ./
docker compose up -d
docker ps -a
docker logs globalping-redis-cluster-creator-1
- name: Build
run: |
npm ci
Expand Down
2 changes: 2 additions & 0 deletions config/test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ module.exports = {
clusterMeasurements: {
options: {
nodeAddressMap (address) {
console.log('address', address);

if (process.env.TEST_MODE !== 'e2e') {
return {
host: address.substring(0, address.lastIndexOf(':')),
Expand Down

0 comments on commit d3fdb6b

Please sign in to comment.