Skip to content

Commit

Permalink
ci: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest committed Aug 6, 2024
1 parent 145b252 commit 42bf364
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 42bf364

Please sign in to comment.