Skip to content

Commit e4317e7

Browse files
committed
Feat: Trigger integration tests
1 parent c81258e commit e4317e7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Run private integration tests
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
run-integration-tests:
8+
uses: fivetran/sqlglot-integration-tests/.github/workflows/run-tests.yml@main
9+
with:
10+
sqlglot_ref: ${{ github.ref_name }}

0 commit comments

Comments
 (0)