Skip to content

Commit

Permalink
test: lowering identity limit from baseline (#659)
Browse files Browse the repository at this point in the history
* lowering identity limit from baseline
* new configurations for small-lib
* disabling test until 'size' job is merged
  • Loading branch information
krpeacock committed Dec 5, 2022
1 parent caf323d commit 42cf9b7
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 569 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/size-limit.yml
@@ -1,8 +1,5 @@
name: 'size'
on:
pull_request:
branches:
- master
on: [pull_request]
jobs:
size:
runs-on: ubuntu-latest
Expand All @@ -11,14 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: npm install -g npm
- run: npm install

- run: npm run bundle --workspaces --if-present
- run: npm run size-limit --workspaces --if-present
# - run: npm run size-limit --workspaces --if-present

# commented out until the job can be configured
# - uses: andresz1/size-limit-action@v1
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# build_script: npm run bundle --workspaces --if-present
# script: npm run size-limit --workspaces --if-present

0 comments on commit 42cf9b7

Please sign in to comment.