-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,22 +35,10 @@ jobs: | |
- 9000:9000 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: oven-sh/setup-bun@v1 | ||
with: | ||
bun-version: ${{ matrix.bun-version }} | ||
- run: rm -rf package-lock.json | ||
- run: git submodule init | ||
- run: git submodule update | ||
- run: bun install | ||
- run: cd test/e2e && bun install | ||
- name: Workflow Telemetry | ||
uses: runforesight/[email protected] | ||
if: github.event_name != 'pull_request' | ||
- env: | ||
CLICKHOUSE_DB: qryn | ||
CLICKHOUSE_TSDB: qryn | ||
INTEGRATION_E2E: 1 | ||
CLOKI_EXT_URL: 127.0.0.1:3100 | ||
QRYN_LOGIN: a | ||
QRYN_PASSWORD: b | ||
run: bun --bun qryn.mjs >/dev/stdout & bun run test --forceExit | ||
- run: 'sh test/e2e/compose/clickhouse_sso_e2e_bun/run_test.sh' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,15 +26,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node-version: [18, 16.x, 20] | ||
node-version: [18, 16, 20] | ||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/[email protected] | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
cache: 'npm' | ||
- run: npm install | ||
- run: npm run postinstall | ||
- run: git submodule init | ||
|
@@ -44,14 +39,9 @@ jobs: | |
with: | ||
version: v2.1.0 # defaults to 'latest' | ||
legacy: true # will also install in PATH as `docker-compose` | ||
- run: docker-compose -f docker/e2e/docker-compose-cluster.yaml up -d | ||
- run: sleep 5 | ||
- name: Workflow Telemetry | ||
uses: runforesight/[email protected] | ||
if: github.event_name != 'pull_request' | ||
- env: | ||
CLICKHOUSE_DB: qryn | ||
CLICKHOUSE_TSDB: qryn | ||
INTEGRATION_E2E: 1 | ||
CLOKI_EXT_URL: 127.0.0.1:3100 | ||
run: CLUSTER_NAME=test_cluster_two_shards node qryn.mjs >/dev/stdout & sleep 10 && npm run test --forceExit | ||
NODE_VERSION: ${{ matrix.node-version }} | ||
run: "sh ./test/e2e/compose/clickhouse_cluster_e2e/run_test.sh" |
Submodule e2e
updated
from 0ecc22 to 376a7d