Skip to content

Commit

Permalink
chore(ci): remove continue-on-error from acceptance tests workflow
Browse files Browse the repository at this point in the history
# Issue

Failing acceptance_tests jobs did not actually prevent the workflow from suceeding

# Fix

remove continue-on-error from acceptance tests workflow
  • Loading branch information
silvestre committed Nov 13, 2024
1 parent 0af56e2 commit f0d6819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/acceptance_tests_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: "${{ inputs.self_hosted_image }}"
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f0d6819

Please sign in to comment.