Skip to content

Commit

Permalink
gh summary
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Dec 13, 2024
1 parent a897768 commit 8dbf5b5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/test-full-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ jobs:
trigger:
runs-on: ubuntu-latest
steps:
- run: |
echo "Running full test suite:"
echo " - E2E Tests / Electron (Linux): ${{ inputs.run_e2e_linux }}"
echo " - E2E Tests / Electron (Windows): ${{ inputs.run_e2e_windows }}"
echo " - E2E Tests / Chromium (Linux): ${{ inputs.run_e2e_browser }}"
echo " - Unit Tests: ${{ inputs.run_unit_tests }}"
echo " - Integration Tests: ${{ inputs.run_integration_tests }}"
echo " - Slack notification on: ${{ inputs.notify_on }}"
- name: Log Input Details to GH Summary
run: |
echo "### Test Suite Configuration" >> $GITHUB_STEP_SUMMARY
echo "- **E2E Tests / Electron (Linux)**: ${{ inputs.run_e2e_linux }}" >> $GITHUB_STEP_SUMMARY
echo "- **E2E Tests / Electron (Windows)**: ${{ inputs.run_e2e_windows }}" >> $GITHUB_STEP_SUMMARY
echo "- **E2E Tests / Chromium (Linux)**: ${{ inputs.run_e2e_browser }}" >> $GITHUB_STEP_SUMMARY
echo "- **Unit Tests**: ${{ inputs.run_unit_tests }}" >> $GITHUB_STEP_SUMMARY
echo "- **Integration Tests**: ${{ inputs.run_integration_tests }}" >> $GITHUB_STEP_SUMMARY
echo "- **Slack Notification On**: ${{ inputs.notify_on }}" >> $GITHUB_STEP_SUMMARY
e2e-electron:
name: e2e
Expand Down
24 changes: 19 additions & 5 deletions build/secrets/.secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"path": "detect_secrets.filters.common.is_baseline_file",
"filename": "build/secrets/.secrets.baseline"
},
{
"path": "detect_secrets.filters.heuristic.is_indirect_reference"
},
Expand Down Expand Up @@ -133,6 +129,15 @@
}
],
"results": {
".github/workflows/test-full-suite.yml": [
{
"type": "Secret Keyword",
"filename": ".github/workflows/test-full-suite.yml",
"hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0",
"is_verified": false,
"line_number": 78
}
],
".github/workflows/test-merge.yml": [
{
"type": "Secret Keyword",
Expand Down Expand Up @@ -1891,6 +1896,15 @@
"is_secret": false
}
],
"src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts": [
{
"type": "IBM Cloud IAM Key",
"filename": "src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts",
"hashed_secret": "0d43d6e259826e4ecbda1644424b26de54faa665",
"is_verified": false,
"line_number": 96
}
],
"src/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html": [
{
"type": "Base64 High Entropy String",
Expand Down Expand Up @@ -1930,5 +1944,5 @@
}
]
},
"generated_at": "2024-12-13T20:18:25Z"
"generated_at": "2024-12-13T21:06:07Z"
}

0 comments on commit 8dbf5b5

Please sign in to comment.