Skip to content

Commit

Permalink
force workflow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Feb 6, 2024
1 parent 50555ee commit 050e4e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_dbt_core_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ jobs:
runs-on: ubuntu-latest
needs: [dbt-core-integration-tests]
steps:
- name: Force failure for testing purposes!
run: exit 1

- name: "Integration Tests Failed"
if: ${{ contains(needs.dbt-core-integration-tests.result, 'failure') || contains(needs.dbt-core-integration-tests.result, 'cancelled') }}
# when this is true the next step won't execute
Expand Down

0 comments on commit 050e4e1

Please sign in to comment.