mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-04 04:31:35 +00:00
actions: Create a success job to make it easier to check if workflow is ok
It's a bit hard to configure github to block PRs when we change the name of tests, so keep one with a constant name to validate PRs Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
@@ -289,3 +289,10 @@ jobs:
|
||||
- name: print status
|
||||
if: failure()
|
||||
run: cat test-suite.log
|
||||
|
||||
test_successful:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [unit_and_style, test_job1, test_job2, test_job3, test_job4, test_job5, test_job6, test_job7, test_job8, test_job9, test_job10]
|
||||
steps:
|
||||
- name: Successful
|
||||
run: echo "Successful"
|
||||
|
||||
Reference in New Issue
Block a user