Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Oct 12, 2023
1 parent c48b99b commit 57f5e69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
build-and-upload-artifact:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pnpm run lint
pnpm run test
- name: Report Coverage for agora-rtc-react 🟢
- name: Report Coverage for iris-web-rtc 🟢
if: always() # Also generate the report if tests are failing
uses: ArtiomTr/jest-coverage-report-action@v2
with:
Expand Down
2 changes: 0 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
//registry.npmjs.org/:_authToken = ${NPM_TOKEN}
//npm.pkg.github.com/:_authToken = ${GITHUB_TOKEN}
@agoraio-extensions:registry=https://npm.pkg.github.com

0 comments on commit 57f5e69

Please sign in to comment.