Skip to content

Commit

Permalink
Revert "for SDGs"
Browse files Browse the repository at this point in the history
This reverts commit 7861d1a.
  • Loading branch information
EdamAme-x committed Nov 12, 2024
1 parent 7861d1a commit 609e935
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,13 @@ jobs:

perf-measures-bundle-check-on-pr:
name: 'Bundle Check on PR'
needs: main
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
- run: bunx esbuild --minify --bundle dist/index.js --format=esm --outfile=perf-measures/bundle-check/generated/after.js
- uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit 609e935

Please sign in to comment.