Skip to content

Commit

Permalink
chore: remove actions-next-bundle analyzer in CI (#1159)
Browse files Browse the repository at this point in the history
# Overview

<!--
    A clear and concise description of what this pr is about.
 -->

Related with
#1157 (comment)

Remove actions-next-bundle analyzer in CI.

## PR Checklist

- [x] I did below actions if need

1. I read the [Contributing
Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md)
2. I added documents and tests.
  • Loading branch information
kangju2000 authored Jul 28, 2024
1 parent 07c225c commit 47ab7e6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
quality:
name: Check quality
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
strategy:
matrix:
command:
Expand Down Expand Up @@ -60,10 +57,3 @@ jobs:
pattern: 'packages/**/dist/*.{js,cjs,mjs}'
exclude: '{**/*.map,**/node_modules/**}'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- if: matrix.command == 'build'
uses: transferwise/actions-next-bundle-analyzer@v2
with:
working-directory: ./websites/visualization
comment-strategy: 'always'
create-issue: false
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 47ab7e6

Please sign in to comment.