We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81258e commit e4317e7Copy full SHA for e4317e7
1 file changed
.github/workflows/private-integration-tests.yml
@@ -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