Refactored plcc related e2e tests to work in new framework #728
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Size limit | |
on: [pull_request] | |
jobs: | |
size: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@v4 | |
- name: Setup Node.js 20.12.2 | |
uses: actions/setup-node@v4 | |
with: | |
node-version: 20.12.2 | |
- uses: andresz1/size-limit-action@master | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
directory: packages/lib | |
package_manager: yarn |