Skip to content

Commit ba7ace1

Browse files
committed
Github workflow changed OS to ubuntu-latest
1 parent c71c833 commit ba7ace1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/oracle-xe-adapter-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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:
@@ -59,7 +59,7 @@ jobs:
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:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ./

0 commit comments

Comments
 (0)