Skip to content

Commit a238a06

Browse files
committed
fix: missing input dirs for sqllogic test native
1 parent ba8e931 commit a238a06

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/test_sqllogic_standalone_linux

1 file changed

+1
-1
lines changed

.github/actions/test_sqllogic_standalone_linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ runs:
3535
shell: bash
3636
env:
3737
TEST_HANDLERS: ${{ inputs.handlers }}
38-
run: bash ./scripts/ci/ci-run-sqllogic-tests-native.sh
38+
run: bash ./scripts/ci/ci-run-sqllogic-tests-native.sh ${{ inputs.dirs }}

0 commit comments

Comments
 (0)