Skip to content

Commit

Permalink
fix(gha): wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 committed Sep 12, 2024
1 parent 0b843c7 commit 6198f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/centreon-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

unit-test:
needs: [get-version]
if: github.event.inputs.unit_tests == true && ${{ ! contains(fromJson('["stable"]'), needs.get-version.outputs.stability) }}
if: ${{ github.event.inputs.unit_tests == 'true' && ! contains(fromJson('["stable"]'), needs.get-version.outputs.stability) }}

strategy:
fail-fast: false
Expand Down

1 comment on commit 6198f8a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
4 1 0 5 80.00 7m7.17567s

Failed Tests

Name Message ⏱️ Duration Suite
BRCTSMN NoSuchProcess: process no longer exists (pid=2648, name='centreon_connec') 40.220 s Reverse-Connection

Please sign in to comment.