Skip to content

Commit

Permalink
workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Jan 26, 2024
1 parent d9196dd commit a1c0af6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/node-clickhouse-cluster.js.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will validate qryn using nodejs + clickhouse

name: QRYN CI
name: QRYN CI CLUSTER

on:
push:
Expand Down Expand Up @@ -48,10 +48,6 @@ jobs:
CLUSTER_NAME: test_cluster_two_shards
CLICKHOUSE_DB: qryn
CLICKHOUSE_TSDB: qryn
run: node qryn.mjs >/dev/stdout &
- env:
CLICKHOUSE_DB: qryn
CLICKHOUSE_TSDB: qryn
INTEGRATION_E2E: 1
CLOKI_EXT_URL: 127.0.0.1:3100
run: npm run test --forceExit
run: node qryn.mjs >/dev/stdout & npm run test --forceExit

0 comments on commit a1c0af6

Please sign in to comment.