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 42bf364 commit f6db264
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,11 @@ jobs:
- 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 "Below are the splunk versions and sc4s version 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
echo "| ${{ steps.matrix.outputs.supportedSplunk }} | ${{ steps.matrix.outputs.supportedSC4S }} |" >> $GITHUB_STEP_SUMMARY
fossa-scan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f6db264

Please sign in to comment.