diff --git a/.github/workflows/recce-ci.yml b/.github/workflows/recce-ci.yml index 335719034..26bf8734e 100644 --- a/.github/workflows/recce-ci.yml +++ b/.github/workflows/recce-ci.yml @@ -7,6 +7,9 @@ on: paths: - warehouse/dbt/** +permissions: + contents: write + env: # dbt env variables used in your dbt profiles.yml DBT_PROFILES_DIR: ./ @@ -61,20 +64,13 @@ jobs: run: | source $(poetry env info --path)/bin/activate dbt deps - dbt build --target ${{ env.DBT_CURRENT_TARGET}} + # dbt build --target ${{ env.DBT_CURRENT_TARGET}} dbt docs generate --target ${{ env.DBT_CURRENT_TARGET}} env: DBT_CURRENT_TARGET: "dev" - name: Run Recce CI - run: poetry run recce run - - - name: Archive Recce State File - uses: actions/upload-artifact@v4 - id: recce-artifact-uploader - with: - name: recce-state-file - path: recce_state.json + run: poetry run recce run --cloud - name: Prepare Recce Summary id: recce-summary