From e37f6fe201c4b2b2cc89388ba74dcba2f4b3a822 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 3 Nov 2024 09:46:15 +0530 Subject: [PATCH 1/2] ci: test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65427f2dcbbc..08a0af236724 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Guides, documentation, and all things webpack. + + ## Content Progress Now that we've covered much of the backlog of _missing documentation_, we are From 06d74163b22ac0063f5a44a39e80aa5fd9267b02 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 3 Nov 2024 10:24:58 +0530 Subject: [PATCH 2/2] Update testing.yml --- .github/workflows/testing.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0206a69246c4..c26b43291cb5 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -82,9 +82,6 @@ jobs: - run: yarn - - name: Enable webpack persistent caching - uses: ./.github/actions/webpack-persistent-cache - - name: Cypress run uses: cypress-io/github-action@v6 with: