Skip to content

ci: add smoke-test job with artifact upload#23

Merged
puneeth-grinds merged 13 commits into
mainfrom
feat/gh-actions-shellcheck-lint
Jul 25, 2026
Merged

ci: add smoke-test job with artifact upload#23
puneeth-grinds merged 13 commits into
mainfrom
feat/gh-actions-shellcheck-lint

Conversation

@puneeth-grinds

@puneeth-grinds puneeth-grinds commented Jul 25, 2026

Copy link
Copy Markdown
Owner

Summary
Adds a smoke-test job to the CI workflow that runs after the ShellCheck lint job succeeds.

Changes

  • Added a test job with needs: lint
  • Runs health-check.sh directly on an Ubuntu 24.04 runner
  • Captures script output and errors in a timestamped health report
  • Uploads the report as a downloadable health-report artifact
  • Retains the artifact for 7 days
  • Uploads the artifact only when the script completes successfully
  • Pinned actions/upload-artifact to a commit SHA

Validation

  • Confirmed the test job starts only after lint passes
  • Confirmed the health-report artifact appears in the workflow run summary
  • Confirmed the artifact is downloadable
  • Confirmed a non-zero script exit fails the job and skips artifact upload

@puneeth-grinds puneeth-grinds changed the title ci pipeline ci: add smoke-test job with artifact upload Jul 25, 2026
@puneeth-grinds
puneeth-grinds merged commit ef96cfa into main Jul 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant