Skip to content

Commit

Permalink
fix harmonydb host
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr committed Oct 1, 2024
1 parent 6c4937a commit 75c51ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ jobs:
test:
runs-on: [self-hosted, docker]
needs: [setup-params, setup-db]
env:
CONTAINER_NAME: yugabyte-${{ github.run_id }}-${{ matrix.test-suite.name }}
strategy:
matrix:
test-suite:
Expand Down Expand Up @@ -242,6 +240,7 @@ jobs:
echo "Using Postgres Port: $POSTGRES_PORT"
echo "Using YCQL Port: $YCQL_PORT"
# Pass these port numbers to the test environment or test runner
export CURIO_HARMONYDB_HOSTS=${{ env.CONTAINER_NAME }}
export CURIO_HARMONYDB_PORT=$POSTGRES_PORT
export CURIO_INDEXDB_PORT=$YCQL_PORT
go test -v --tags=debug -timeout 30m ${{ matrix.test-suite.target }}
Expand Down

0 comments on commit 75c51ed

Please sign in to comment.