From 71d3e50b29882b635d1fa634495fbdbe7d4d33d4 Mon Sep 17 00:00:00 2001 From: Victor Moreira <103689307+devsquad-victor-lima@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:08:34 -0300 Subject: [PATCH] Adjust 'Example with Bitbucket Pipelines' on Continuous Integration page --- continuous-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous-integration.md b/continuous-integration.md index 470c077..c09b37c 100644 --- a/continuous-integration.md +++ b/continuous-integration.md @@ -93,7 +93,7 @@ Once you have created your `.gitlab-ci.yml` file, commit and push the `.gitlab-c ## Example with Bitbucket Pipelines -If your application uses [Bitbucket CI/CD Pipelines](https://bitbucket.org/product/features/pipelines) as its CI platform, the following guidelines will assist you in configuring Pest so that your application is automatically tested when someone pushes a commit to your GitLab repository. +If your application uses [Bitbucket CI/CD Pipelines](https://bitbucket.org/product/features/pipelines) as its CI platform, the following guidelines will assist you in configuring Pest so that your application is automatically tested when someone pushes a commit to your Bitbucket repository. To get started, add the following configuration to your `bitbucket-pipelines.yml` file. The file should have the following contents: