From f2388f2c7327635f33332999039e0443fc01de23 Mon Sep 17 00:00:00 2001 From: GuiDevloper Date: Wed, 29 Oct 2025 23:33:33 -0300 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20Update=20pull=20request=20CI?= =?UTF-8?q?=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 75248b85..c191887c 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -26,7 +26,7 @@ jobs: version: 7 # cache the dependencies from any node_modules directory - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | **/node_modules From f2de0980a9b1764a2e55a15752f1c976e4a68946 Mon Sep 17 00:00:00 2001 From: GuiDevloper Date: Sat, 1 Nov 2025 00:47:20 -0300 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=B7=20Retry=20CI-flaky=20spa=20tes?= =?UTF-8?q?ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/src/RoutesAndParams.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/RoutesAndParams.test.js b/tests/src/RoutesAndParams.test.js index 5af07122..8d405ab1 100644 --- a/tests/src/RoutesAndParams.test.js +++ b/tests/src/RoutesAndParams.test.js @@ -256,6 +256,8 @@ describe('RoutesAndParams /routes-and-params/inner-html', () => { }) describe('RoutesAndParams /routes-and-params/hrefs spa', () => { + jest.retryTimes(3, { logErrorsBeforeRetry: true, retryImmediately: true }) + beforeEach(async () => { await page.goto('http://localhost:6969/routes-and-params/hrefs') await page.waitForSelector(`[data-application-hydrated]`)