Skip to content

Commit

Permalink
Merge pull request #206 from godatadriven/post-merge-checks
Browse files Browse the repository at this point in the history
Yet another try at post-release success
  • Loading branch information
pgoslatara authored Sep 2, 2024
2 parents a098f1e + ff09176 commit c8e4a25
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/post_release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@ 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/dbt-bouncer

- run: |
cd dbt-bouncer
pwd
ls -ahl
- name: Run `dbt-bouncer`
uses: ./
uses: ./dbt-bouncer
with:
config-file: ./dbt-bouncer-example.yml
send-pr-comment: false
Expand Down Expand Up @@ -88,7 +87,7 @@ jobs:
- '3.12'
steps:
# PyPi appears to be "slow" to register new packages, adding manual delay to account for this
- run: sleep 30
- run: sleep 60

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c8e4a25

Please sign in to comment.