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 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]`)