Skip to content

Commit fbd136e

Browse files
committed
DBT-787 Added a new branch to test this change.
1 parent abf5893 commit fbd136e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# This workflow will run unit, functional tests, code quality checks and verifies the build on all code committed to the repository.
1+
# This workflow will run unit, functional tests, code quality checks and verifies the build on all code committed to the repository.
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

44
name: dbt-impala tests
55
on:
66
push:
77
branches:
88
- master
9+
- impala-ci-cd-firstcut
910
paths-ignore:
1011
- "**/*.md"
1112
pull_request:
@@ -48,7 +49,7 @@ jobs:
4849
with:
4950
python-version: ${{ matrix.python }}
5051

51-
- name: Install tox
52+
- name: Install tox
5253
run: pip install tox
5354
- name: Run tox
5455
# Run tox using the version of Python in `PATH`

0 commit comments

Comments
 (0)