Skip to content

Commit a8cde77

Browse files
author
cortze
committed
10
1 parent 0a07fee commit a8cde77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Init clickhouse database with .sql
5959
run: |
60-
./clickhouse client --user ${{ env.PG_USER }} --password ${{ env.PG_PASSWORD }} --multiquery < sql/docker_init_clickhouse_test_db.sql
60+
./clickhouse client --user ${{ env.PG_USER }} --password ${{ env.PGPASSWORD }} --multiquery < sql/docker_init_clickhouse_test_db.sql
6161
6262
6363
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)