From d007b02a230d12aa8ed6a4073d337b5894064d5d Mon Sep 17 00:00:00 2001 From: Yen Le Diep Hoang <59736798+ldhyen99@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:45:16 +0700 Subject: [PATCH] chore: update checks write permisions on release workflow (#246) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What type of PR is this? (check all applicable) - [ ] 🍕 Feature - [ ] 🐛 Bug Fix - [ ] 📝 Documentation Update - [ ] 🎨 Style - [ ] 🧑‍💻 Code Refactor - [ ] 🔥 Performance Improvements - [ ] ✅ Test - [ ] 🤖 Build - [ ] 🔁 CI - [x] 📦 Chore (Release) - [ ] ⏩ Revert ## Description ## Related Tickets & Documents ## Mobile & Desktop Screenshots/Recordings ## Added tests? - [ ] 👍 yes - [x] 🙅 no, because they aren't needed - [ ] 🙋 no, because I need help ## Added to documentation? - [ ] 📜 README.md - [ ] 📓 [vc-kit doc site](https://uncefact.github.io/vckit/) - [ ] 📕 storybook - [x] 🙅 no documentation needed ## [optional] Are there any post-deployment tasks we need to perform? --- .github/workflows/release.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e2632fc..b5b0d8b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,15 +39,7 @@ jobs: - name: Run tests run: | - pnpm test:packages --changedSince=origin/next --ci --json --coverage --testLocationInResults --outputFile=report.json - - - name: Coverage - uses: artiomtr/jest-coverage-report-action@v2 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - coverage-file: report.json - base-coverage-file: report.json - threshold: 80 + pnpm test:packages build_docs: runs-on: ubuntu-latest