Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6faa225

Browse files
committedJul 25, 2024·
fix test
1 parent 8f8f218 commit 6faa225

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/standalone-test-pushdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: ./.github/actions/confWriter
6969
with:
7070
DB-name: ${{ matrix.DB-name }}
71-
Push-Down: "${{ inputs.push-down }}"
71+
Push-Down: "true"
7272
Set-Filter-Fragment-OFF: "true"
7373
Metadata: ${{ matrix.metadata }}
7474

‎.github/workflows/standalone-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
description: "The database to run the test on"
2828
type: string
2929
required: false
30-
default: '["FileStore"]'
30+
default: '["FileStore", "FileSystem", "IoTDB12", "InfluxDB", "PostgreSQL", "Redis", "MongoDB", "Parquet", "MySQL"]'
3131

3232
jobs:
3333
Union-DB-Test:

0 commit comments

Comments
 (0)
Please sign in to comment.