Skip to content

Commit

Permalink
Move size limit action to build job
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Mar 11, 2024
1 parent c0e8f81 commit 75ee6f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ui-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
- name: Use cache-next-build action
uses: Andrews-McMeel-Universal/cache-next-build@v1

- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# The size-limit-action tries to run a
# redundant yarn build
skip_step: build

unit-tests:
name: Unit Tests
needs: [build]
Expand Down Expand Up @@ -105,10 +112,3 @@ jobs:
name: playwright-report
path: playwright-report/
retention-days: 30

- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# The size-limit-action tries to run a
# redundant yarn build
skip_step: build

0 comments on commit 75ee6f8

Please sign in to comment.