diff --git a/.github/workflows/run_pipeline.yaml b/.github/workflows/run_pipeline.yaml index 5e3aa976ea..a9428a0b84 100644 --- a/.github/workflows/run_pipeline.yaml +++ b/.github/workflows/run_pipeline.yaml @@ -1,7 +1,7 @@ # Purpose: Run the CI/CD pipeline that tests, packages, and publishes ScubaGear. # Note: This pipeline is a work in progress. At the moment, it is only doing linting, syntax checking, security scanning, and unit testing. -name: Run the CI/CD Pipeline +name: CI Pipeline on: push: diff --git a/.github/workflows/test_production_function.yaml b/.github/workflows/test_production_function.yaml index b90002671c..cb4e3282d8 100644 --- a/.github/workflows/test_production_function.yaml +++ b/.github/workflows/test_production_function.yaml @@ -4,7 +4,7 @@ # Pipes separate products, and commas separate key/value pairs. # key1=value1,key2=value2|key3=value3,key4=value4... -name: Nightly Product Functional Tests +name: Functional Tests # Run this workflow at 12:15 am # on every Sun to Thr (b/c GMT -5) diff --git a/README.md b/README.md index eea8484a07..11a2097e4d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ [![GitHub Release][github-release-img]][release] [![PSGallery Release][psgallery-release-img]][psgallery] -[![GitHub CICD Workflow][github-cicd-workflow-img]][github-cicd-workflow] +[![CI Pipeline][ci-pipeline-img]][ci-pipeline] +[![Functional Tests][functional-test-img]][functional-test] [![GitHub License][github-license-img]][license] [![GitHub Downloads][github-downloads-img]][release] [![PSGallery Downloads][psgallery-downloads-img]][psgallery] @@ -110,6 +111,10 @@ Unless otherwise noted, this project is distributed under the Creative Commons Z [github-license-img]: https://img.shields.io/github/license/cisagov/ScubaGear [github-release-img]: https://img.shields.io/github/v/release/cisagov/ScubaGear?label=GitHub&logo=github [psgallery-release-img]: https://img.shields.io/powershellgallery/v/ScubaGear?logo=powershell&label=PSGallery +[ci-pipeline]: https://github.com/cisagov/ScubaGear/actions/workflows/run_pipeline.yaml +[ci-pipeline-img]: https://github.com/cisagov/ScubaGear/actions/workflows/run_pipeline.yaml/badge.svg +[functional-test]: https://github.com/cisagov/ScubaGear/actions/workflows/test_production_function.yaml +[functional-test-img]: https://github.com/cisagov/ScubaGear/actions/workflows/test_production_function.yaml/badge.svg [github-cicd-workflow-img]: https://img.shields.io/github/actions/workflow/status/cisagov/ScubaGear/run_pipeline.yaml?logo=github [github-downloads-img]: https://img.shields.io/github/downloads/cisagov/ScubaGear/total?logo=github [psgallery-downloads-img]: https://img.shields.io/powershellgallery/dt/ScubaGear?logo=powershell