diff --git a/docs/contributor/04-10-ci-cd.md b/docs/contributor/04-10-ci-cd.md index 6874c926..7198ea28 100644 --- a/docs/contributor/04-10-ci-cd.md +++ b/docs/contributor/04-10-ci-cd.md @@ -98,7 +98,7 @@ The following CI/CD jobs are a part of the development cycle and execute quality * `Run app-gateway integration tests on k3d / test (pull_request/push)` - Runs the Application Gateway in a k3d cluster and executes the integration tests. For the configuration details, see [`kyma-integration-k3d-app-gateway.yml`](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/kyma-integration-k3d-app-gateway.yml). * `security-checks / govuln (pull_request/push)` - Runs [govulncheck](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) on the code to detect known vulnerabilities. For the configuration details, see [`run-vuln-check.yaml`](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/run-vuln-check.yaml). * `tests / integration-tests (pull_request/push)` - Installs Application Connector Manager, not using Lifecycle Manager, and applies the sample Application Connector CR in a k3d cluster. Executes smoke integration test of Application Connector. For the configuration details, see [`run-validation.yaml](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/run-validation.yaml). -* `tests / unit-tests (pull_request/push)` - Executes basic create/update/delete functional tests of the reconciliation logic. For the configuration details, see [run-tests.yaml](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/run-tests.yaml). +* `tests / unit-tests (pull_request/push)` - Executes basic create/update/delete functional tests of the reconciliation logic. For the configuration details, see [run-tests.yaml](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/acm.yaml#L50). * `trivy-scan / Build (pull_request)` - Runs the [trivy](https://trivy.dev/) scanner on the code to detect known vulnerabilities. For the configuration details, see [trivy.yml](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/trivy.yml). * `utils / golangci-lint (pull_request/push)` - Is responsible for linting and static code analysis. For the configuration details, see [golangci-lint.yaml](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/golangci-lint.yaml). * `run-cra-k3d / run-cra-k3d / test-cra (pull_request_target/push)` - Triggered after the merge. It runs the Compass Runtime Agent on a k3d cluster and executes the integration tests. For the configuration details, see [reusable-k3d-agent-test.yml](https://github.com/kyma-project/application-connector-manager/blob/main/.github/workflows/reusable-k3d-agent-test.yml).