File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 fail-fast : true
99 matrix :
10- os : [ ubuntu-20.04 ]
10+ os : [ ubuntu-latest ]
1111 python-version : [ 3.7, 3.8, 3.9 ]
1212
1313 services :
5959 strategy :
6060 fail-fast : true
6161 matrix :
62- os : [ ubuntu-20.04 ]
62+ os : [ ubuntu-latest ]
6363 python-version : [ 3.6 ]
6464
6565 services :
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ adbs_pypi_test: clean_venv
4646 ${VENV_DIR} /bin/pip install dbt-oracle==${VERSION}
4747 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt --version
4848 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt debug --profiles-dir ./
49- cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt run-operation drop_schema --args ' relation: ${DBT_ORACLE_SCHEMA}' --profiles-dir ./
5049 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt deps --profiles-dir ./
50+ cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt run-operation drop_schema --args ' relation: ${DBT_ORACLE_SCHEMA}' --profiles-dir ./
5151 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt seed --profiles-dir ./
5252 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt run --profiles-dir ./
5353 cd dbt_adbs_test_project && ${VENV_DIR} /bin/dbt test --profiles-dir ./
You can’t perform that action at this time.
0 commit comments