Skip to content

Commit 3135d2f

Browse files
committed
set query backend correctly
1 parent fa86205 commit 3135d2f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test-migrations.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,14 @@ jobs:
8080
- name: Test statesman starts successfully
8181
working-directory: taco
8282
env:
83-
OPENTACO_BACKEND: postgres
83+
OPENTACO_QUERY_BACKEND: postgres
8484
OPENTACO_POSTGRES_HOST: localhost
8585
OPENTACO_POSTGRES_PORT: 5432
8686
OPENTACO_POSTGRES_USER: postgres
8787
OPENTACO_POSTGRES_PASSWORD: postgres
8888
OPENTACO_POSTGRES_DATABASE: opentaco_test
8989
OPENTACO_POSTGRES_SSLMODE: disable
9090
OPENTACO_AUTH_DISABLE: true
91-
OPENTACO_JWT_SECRET: test-secret-key-for-ci
9291
run: |
9392
# Run binary and capture output
9493
echo "Starting statesman binary..."
@@ -173,7 +172,7 @@ jobs:
173172
- name: Test statesman starts successfully
174173
working-directory: taco
175174
env:
176-
OPENTACO_BACKEND: mysql
175+
OPENTACO_QUERY_BACKEND: mysql
177176
OPENTACO_MYSQL_HOST: localhost
178177
OPENTACO_MYSQL_PORT: 3306
179178
OPENTACO_MYSQL_USER: mysql
@@ -247,10 +246,9 @@ jobs:
247246
- name: Test statesman starts successfully
248247
working-directory: taco
249248
env:
250-
OPENTACO_BACKEND: sqlite
249+
OPENTACO_QUERY_BACKEND: sqlite
251250
OPENTACO_SQLITE_PATH: ./test.db
252251
OPENTACO_AUTH_DISABLE: true
253-
OPENTACO_JWT_SECRET: test-secret-key-for-ci
254252
run: |
255253
# Run binary and capture output
256254
echo "Starting statesman binary..."

0 commit comments

Comments
 (0)