Skip to content

Commit

Permalink
Move continue-on-error to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mansenfranzen committed Apr 12, 2024
1 parent 0152c4c commit bf9321a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/actions/invoke-tox/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ inputs:
description: 'Tox environment to run'
required: true

continue-on-error:
description: 'Continue on error'
required: false
default: 'false'

codacy:
description: 'Enable code coverage by providing Codacy token'
required: false
Expand Down Expand Up @@ -49,7 +44,6 @@ runs:
- name: Invoke Tox
run: tox -e ${{ inputs.tox-environment }}
shell: bash
continue-on-error: ${{ inputs.continue-on-error }}

- name: Code Coverage
if: ${{ inputs.codacy}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
with:
tox-environment: development
install-graphviz: true
continue-on-error: true
continue-on-error: true

linter:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit bf9321a

Please sign in to comment.