diff --git a/.github/workflows/dbt_v1.7.3_redshift_build_full_refresh.yml b/.github/workflows/dbt_v1.7.3_redshift_build_full_refresh.yml index 17e08b6..930676b 100644 --- a/.github/workflows/dbt_v1.7.3_redshift_build_full_refresh.yml +++ b/.github/workflows/dbt_v1.7.3_redshift_build_full_refresh.yml @@ -21,19 +21,19 @@ jobs: - name: dbt-deps uses: mwhitaker/dbt-action@v1.7.3 with: - dbt_command: "dbt deps --profiles-dir .integration_tests/profiles/redshift" + dbt_command: "dbt deps --profiles-dir ./profiles/redshift" dbt_project_folder: "integration_tests" - name: dbt-debug uses: mwhitaker/dbt-action@v1.7.3 with: - dbt_command: "dbt debug --profiles-dir .integration_tests/profiles/redshift" + dbt_command: "dbt debug --profiles-dir ./profiles/redshift" dbt_project_folder: "integration_tests" - name: dbt-build uses: mwhitaker/dbt-action@v1.7.3 with: - dbt_command: 'dbt build --full-refresh --profiles-dir .integration_tests/profiles/redshift --vars {"input_database":"bcda_synthetic ","input_schema":"input_layer"}' + dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/redshift --vars {"input_database":"bcda_synthetic ","input_schema":"input_layer"}' dbt_project_folder: "integration_tests" - name: Get the result diff --git a/.github/workflows/dbt_v1.7.3_snowflake_build_full_refresh.yml b/.github/workflows/dbt_v1.7.3_snowflake_build_full_refresh.yml index eb4d234..70ce64c 100644 --- a/.github/workflows/dbt_v1.7.3_snowflake_build_full_refresh.yml +++ b/.github/workflows/dbt_v1.7.3_snowflake_build_full_refresh.yml @@ -22,19 +22,19 @@ jobs: - name: dbt-deps uses: mwhitaker/dbt-action@v1.6.3 with: - dbt_command: "dbt deps --profiles-dir .integration_tests/profiles/snowflake" + dbt_command: "dbt deps --profiles-dir ./profiles/snowflake" dbt_project_folder: "integration_tests" - name: dbt-debug uses: mwhitaker/dbt-action@v1.6.3 with: - dbt_command: "dbt debug --profiles-dir .integration_tests/profiles/snowflake" + dbt_command: "dbt debug --profiles-dir ./profiles/snowflake" dbt_project_folder: "integration_tests" - name: dbt-build uses: mwhitaker/dbt-action@v1.6.3 with: - dbt_command: 'dbt build --full-refresh --profiles-dir .integration_tests/profiles/snowflake --vars {"input_database":"bcda_synthetic","input_schema":"input_layer"}' + dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/snowflake --vars {"input_database":"bcda_synthetic","input_schema":"input_layer"}' dbt_project_folder: "integration_tests" - name: Get the result