File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
44name : dbt-impala tests
55on :
66 push :
77 branches :
88 - master
9+ - impala-ci-cd-firstcut
910 paths-ignore :
1011 - " **/*.md"
1112 pull_request :
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`
You can’t perform that action at this time.
0 commit comments