-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
145b252
commit 42bf364
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,7 +181,6 @@ jobs: | |
if ${{ steps.configure-tests-on-labels.outputs.execute_requirement_test_labeled }}; then | ||
echo "| Requirement |" >> $GITHUB_STEP_SUMMARY | ||
fi | ||
echo "| Content Cell | Content Cell |" >> $GITHUB_STEP_SUMMARY | ||
validate-pr-title: | ||
name: Validate PR title | ||
|
@@ -218,6 +217,16 @@ jobs: | |
persist-credentials: false | ||
- id: matrix | ||
uses: splunk/[email protected] | ||
- name: job summary | ||
# run: echo "### Test-Types to be executed [${{ steps.configure-tests-on-labels.outputs.execute_knowledge_labeled }}, ]" >> $GITHUB_STEP_SUMMARY | ||
run: | | ||
echo "Below are the splunk versions and sc4s verison used for testing" | ||
echo "| Splunk versions | SC4S version" >> $GITHUB_STEP_SUMMARY | ||
echo "| ------------- | ------------- |" >> $GITHUB_STEP_SUMMARY | ||
# if ${{ steps.configure-tests-on-labels.outputs.execute_knowledge_labeled }}; then | ||
echo "| ${{ steps.matrix.outputs.supportedSplunk }} | ${{ steps.matrix.outputs.supportedSC4S }}" >> $GITHUB_STEP_SUMMARY | ||
# echo "| ${{ steps.matrix.outputs.supportedSplunk }} |" >> $GITHUB_STEP_SUMMARY | ||
# fi | ||
|
||
fossa-scan: | ||
runs-on: ubuntu-latest | ||
|