Skip to content

Commit

Permalink
Run PR on itself
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed May 6, 2024
1 parent 66da76e commit 8bffbd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
echo 'clean'
fi
- name: Analyze esbuild bundle size
uses: exoego/esbuild-bundle-analyzer@main
uses: jenseng/dynamic-uses@5175289a9a87978dcfcb9cf512b821d23b2a53eb
with:
metafiles: "tmp/meta.json"
uses: exoego/esbuild-bundle-analyzer@${{ github.sha }}
with: '{"metafiles": "tmp/meta.json"}'
- uses: actions/upload-artifact@v4
with:
name: dist
Expand Down

0 comments on commit 8bffbd4

Please sign in to comment.