diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71ec7ca..e3ad666 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: jobs: CI: + name: CI runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2 diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index e88f3ad..0455b46 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -4,6 +4,7 @@ on: [workflow_dispatch] jobs: deploy: + name: Deploy runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4.2.2 diff --git a/docs/how-to-generate-example-plugin.md b/docs/how-to-generate-example-plugin.md index 6c0c671..88a5b4b 100644 --- a/docs/how-to-generate-example-plugin.md +++ b/docs/how-to-generate-example-plugin.md @@ -7,11 +7,7 @@ This guide allows you to not have to start from scratch on a new plugin. > [!NOTE] > Currently the generator only supports common cloud controls yaml files. This file is needed to be used to setup the plugin's test suite and test sets. All that is needed to be done after that is writing the actual tests. -- get [`CCC.VPC_2025.01.yaml`](https://github.com/finos/common-cloud-controls/releases/download/v2025.01.VPC-rc/CCC.VPC_2025.01.yaml) file from [Common Cloud Controls Repository Releases page](https://github.com/finos/common-cloud-controls/releases) - -> [!WARNING] -> Currently the `CCC.VPC_2024.01.yaml` file has duplicate entries of the `CCC.C04.TR01` test requirement. One needs to be removed before being used. Removing lines 198-204 of the file will fix the issue. - +- get [`CCC.VPC_2025.01.yaml`](https://github.com/finos/common-cloud-controls/releases/download/v2025.01.VPC/CCC.VPC_2025.01.yaml) file from [Common Cloud Controls Repository Releases page](https://github.com/finos/common-cloud-controls/releases) > [!NOTE] > Version may change or you may need to expand the `Assets` section to find the latest yaml file.