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 842354eCopy full SHA for 842354e
.github/workflows/package-test.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches: [ main ]
6
pull_request:
7
- branches: [ main ]
+ #branches: [ main ]
8
9
jobs:
10
run-checks:
@@ -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