From a4e19d56746be1766654fd57b1ae5b0ed741f90d Mon Sep 17 00:00:00 2001 From: Wender Date: Sun, 25 Jun 2023 12:45:27 -0400 Subject: [PATCH 1/2] Update qe-pull-request.yml --- .github/workflows/qe-pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qe-pull-request.yml b/.github/workflows/qe-pull-request.yml index 3acf8b4c..bf348d36 100644 --- a/.github/workflows/qe-pull-request.yml +++ b/.github/workflows/qe-pull-request.yml @@ -20,10 +20,10 @@ jobs: dangerRequireChangelog: false nodeLint: true nodeTest: false - nodeSonar: true + nodeSonar: false nodeSonarProjectKey: vtex-apps_checkout-ui-custom nodeSonarOrganization: vtex-apps - cypress: true + cypress: false secrets: githubToken: ${{ secrets.GITHUB_TOKEN }} sonarToken: ${{ secrets.SONAR_TOKEN }} From 139883a06aedc7bb045fa1528cc7b7e3fefc6c5d Mon Sep 17 00:00:00 2001 From: Wender Date: Sun, 25 Jun 2023 13:24:37 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec0bcd0..c655c129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed +- Disabling Sonar and Cypress + ## [0.11.1] - 2023-05-19 ### Added