Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Oct 16, 2024
1 parent d4a301e commit e19b018
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Test
on: [pull_request]

jobs:
esm-build-test:
build-test:
runs-on: ubuntu-latest

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e19b018

Please sign in to comment.