From 3ddae86f014f04060a1cad931f7ff3852704f8da Mon Sep 17 00:00:00 2001 From: Cristian <67206480+CristianAmbrosini@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:31:40 +0200 Subject: [PATCH 1/2] test: add failing test step before sonar scanner --- .github/workflows/sonarcloud.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index f99f554..f419357 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -13,6 +13,10 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Run tests + run: | + echo "Running tests..." + exit 1 - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@v6 env: From faf7c4ebb4ccaeac7dfb5760e363b14a30e34466 Mon Sep 17 00:00:00 2001 From: Cristian <67206480+CristianAmbrosini@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:14:01 +0200 Subject: [PATCH 2/2] test: retrigger after dev deploy --- test-retrigger.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test-retrigger.txt diff --git a/test-retrigger.txt b/test-retrigger.txt new file mode 100644 index 0000000..915c5f7 --- /dev/null +++ b/test-retrigger.txt @@ -0,0 +1 @@ +retrigger