Skip to content

Commit eea3c1d

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/package-test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ jobs:
2727
source ./.venv/bin/activate
2828
python -m pip install --upgrade pip
2929
make install-dev
30-
- name: Run tests and linter checks
30+
- name: Run unit tests and linter checks
3131
run: |
3232
source ./.venv/bin/activate
3333
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

Comments
 (0)