Skip to content

Commit 0f0e46b

Browse files
committed
The status output should be in the action.
1 parent bc4de2d commit 0f0e46b

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

.github/workflows/test-integrations-dbs.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,7 @@ jobs:
6060
python-version: ${{ matrix.python-version }}
6161
allow-prereleases: true
6262
- name: "Setup ClickHouse Server"
63-
uses: getsentry/[email protected]
64-
- name: Ensure ClickHouse Ready
65-
run: |
66-
set -x
67-
sleep 3
68-
docker ps
69-
docker logs clickhouse-test
70-
curl -i 'http://localhost:8123/' --data-binary 'SELECT * FROM system.build_options'
63+
uses: getsentry/[email protected]
7164
- name: Setup Test Env
7265
run: |
7366
pip install "coverage[toml]" tox
@@ -163,14 +156,7 @@ jobs:
163156
python-version: ${{ matrix.python-version }}
164157
allow-prereleases: true
165158
- name: "Setup ClickHouse Server"
166-
uses: getsentry/[email protected]
167-
- name: Ensure ClickHouse Ready
168-
run: |
169-
set -x
170-
sleep 3
171-
docker ps
172-
docker logs clickhouse-test
173-
curl -i 'http://localhost:8123/' --data-binary 'SELECT * FROM system.build_options'
159+
uses: getsentry/[email protected]
174160
- name: Setup Test Env
175161
run: |
176162
pip install "coverage[toml]" tox

scripts/split_tox_gh_actions/templates/test_group.jinja

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,7 @@
5252
allow-prereleases: true
5353
{% if needs_clickhouse %}
5454
- name: "Setup ClickHouse Server"
55-
uses: getsentry/[email protected]
56-
- name: Ensure ClickHouse Ready
57-
run: |
58-
set -x
59-
sleep 3
60-
docker ps
61-
docker logs clickhouse-test
62-
curl -i 'http://localhost:8123/' --data-binary 'SELECT * FROM system.build_options'
55+
uses: getsentry/[email protected]
6356
{% endif %}
6457

6558
{% if needs_redis %}

0 commit comments

Comments
 (0)