We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81258e commit eea3c1dCopy full SHA for eea3c1d
.github/workflows/package-test.yml
@@ -27,7 +27,12 @@ jobs:
27
source ./.venv/bin/activate
28
python -m pip install --upgrade pip
29
make install-dev
30
- - name: Run tests and linter checks
+ - name: Run unit tests and linter checks
31
run: |
32
33
make check
34
+
35
+ - name: run-integration-tests
36
+ uses: fivetran/sqlglot-integration-tests/.github/workflows/run-tests.yml@erin/progress
37
+ with:
38
+ sqlglot_ref: ${{ github.ref_name }}
0 commit comments