From e19b018d41b85be80b2403dd14beaccc91911f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcholas=20Oliveira?= Date: Wed, 16 Oct 2024 17:08:30 -0300 Subject: [PATCH] chore: fix ci --- .github/workflows/build-test.yml | 2 +- .github/workflows/nextjs_bundle_analysis-app.yml | 2 +- .github/workflows/nextjs_bundle_analysis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 059f15961..1b18f7b80 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -3,7 +3,7 @@ name: Build Test on: [pull_request] jobs: - esm-build-test: + build-test: runs-on: ubuntu-latest strategy: diff --git a/.github/workflows/nextjs_bundle_analysis-app.yml b/.github/workflows/nextjs_bundle_analysis-app.yml index e7576ed65..9ff46453f 100644 --- a/.github/workflows/nextjs_bundle_analysis-app.yml +++ b/.github/workflows/nextjs_bundle_analysis-app.yml @@ -40,7 +40,7 @@ jobs: - name: Build next.js app # change this if your site requires a custom build command - run: npm run build -- --filter=wp-nextjs-app + run: npm run build -- --filter=@10up/wp-nextjs # Here's the first place where next-bundle-analysis' own script is used # This step pulls the raw bundle stats for the current bundle diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index 513e9a4f5..a583fd582 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -40,7 +40,7 @@ jobs: - name: Build next.js app # change this if your site requires a custom build command - run: npm run build -- --filter=wp-nextjs-app + run: npm run build -- --filter=@10up/wp-nextjs-app # Here's the first place where next-bundle-analysis' own script is used # This step pulls the raw bundle stats for the current bundle