Skip to content

Commit

Permalink
ci: maybe run size-limit?
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Dec 19, 2024
1 parent 5078d44 commit 61cdf3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
ci:
name: Prepare (${{ matrix.os}}, Node.js ${{ matrix.node }})
name: Test (${{ matrix.os}}, Node.js ${{ matrix.node }})

strategy:
matrix:
Expand All @@ -27,7 +27,7 @@ jobs:
- run: npm run lint
- run: npm run build
- uses: andresz1/size-limit-action@v1
if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == 22
if: matrix.os == 'ubuntu-latest' && matrix.node == 22
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: npm run e2e
Expand Down

0 comments on commit 61cdf3c

Please sign in to comment.