Skip to content

Commit

Permalink
Merge pull request #10 from exoego/test-on-pr
Browse files Browse the repository at this point in the history
Run PR on itself
  • Loading branch information
exoego committed May 6, 2024
2 parents 66da76e + 8bffbd4 commit d9cb45f
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 d9cb45f

Please sign in to comment.