Skip to content

Commit

Permalink
debug #888, fix CUR_DIR definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Jul 26, 2024
1 parent fd760d3 commit dd50563
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,7 @@ jobs:
export COMPOSE_FILE=docker-compose.yml
fi
CUR_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
export CUR_DIR="${CUR_DIR}/test/integration"
export CUR_DIR="$(pwd)/test/integration"
export CLICKHOUSE_BACKUP_BIN="$(pwd)/clickhouse-backup/clickhouse-backup-race"
go test -parallel ${RUN_PARALLEL} -timeout 60m -failfast -tags=integration -run "${RUN_TESTS:-.+}" -v test/integration/integration_test.go
- name: Format integration coverage
Expand Down

0 comments on commit dd50563

Please sign in to comment.