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:
Otavio Pontes
2020-03-26 15:44:04 -07:00
parent 3019a7adaa
commit 0b940afdc8
+7
View File
@@ -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"