Skip to content

Commit

Permalink
Merge pull request #207 from godatadriven/post-merge-checks
Browse files Browse the repository at this point in the history
Correct path to config file
  • Loading branch information
pgoslatara authored Sep 2, 2024
2 parents c8e4a25 + 5c06214 commit 9b806b6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/post_release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,10 @@ jobs:
- name: Checkout
run: git clone https://github.com/godatadriven/dbt-bouncer.git --branch $(echo "${{ github.ref }}" | cut -d "/" -f3) --depth 1

- run: |
cd dbt-bouncer
pwd
ls -ahl
- name: Run `dbt-bouncer`
uses: ./dbt-bouncer
with:
config-file: ./dbt-bouncer-example.yml
config-file: ./dbt-bouncer/dbt-bouncer-example.yml
send-pr-comment: false

pex-tests:
Expand Down

0 comments on commit 9b806b6

Please sign in to comment.