Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Jan 26, 2024
1 parent e7e05a6 commit 68944bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node-clickhouse-cluster.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
uses: runforesight/[email protected]
if: github.event_name != 'pull_request'
- env:
CLUSTER_NAME: test_cluster_two_shards
CLICKHOUSE_DB: qryn
CLICKHOUSE_TSDB: qryn
INTEGRATION_E2E: 1
CLOKI_EXT_URL: 127.0.0.1:3100
run: node qryn.mjs >/dev/stdout & npm run test --forceExit
run: CLUSTER_NAME=test_cluster_two_shards node qryn.mjs >/dev/stdout & npm run test --forceExit

0 comments on commit 68944bb

Please sign in to comment.