Skip to content

Commit

Permalink
Switch to use continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Aug 22, 2023
1 parent f3b725d commit 1c30ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1682,6 +1682,7 @@ jobs:
!contains(steps.changed-files-specific-source-file.outputs.all_changed_files, '[test new].txt') &&
!contains(steps.changed-files-specific-source-file.outputs.all_changed_files, '.github\\workflows\\greetings.yml')
) && runner.os == 'Windows'
continue-on-error: true
run: |
if [[ "${{ steps.changed-files-specific-source-file.outputs.any_changed }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-source-file.outputs.any_changed }})"
Expand Down Expand Up @@ -1783,6 +1784,7 @@ jobs:
!contains(steps.changed-files-specific-source-file.outputs.deleted_files, '[test new].txt') &&
!contains(steps.changed-files-specific-source-file.outputs.deleted_files, '.github\\workflows\\greetings.yml')
) && runner.os == 'Windows'
continue-on-error: true
run: |
if [[ "${{ steps.changed-files-specific-source-file.outputs.any_deleted }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-source-file.outputs.any_deleted }})"
Expand Down

0 comments on commit 1c30ab3

Please sign in to comment.