Skip to content

test: use new test util in all tests to improve stability #1516

test: use new test util in all tests to improve stability

test: use new test util in all tests to improve stability #1516

Workflow file for this run

name: "size"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: supertokens/size-limit-action@feature/continue_on_base_branch_error
with:
github_token: ${{ secrets.GITHUB_TOKEN }}