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 ec2767b commit a2ab106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: build
on:
pull_request:
push:
workflow_dispatch:

jobs:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on: ['pull_request']

name: Build and Test PR
name: Test PR

jobs:
build:
name: Build
name: Test PR
runs-on: ubuntu-latest

permissions:
Expand All @@ -21,15 +21,14 @@ jobs:
- name: Setup 🛠️
uses: ./.github/actions/setup

- name: Build 🔧
- name: TEST 🔧
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

run: |
pnpm install
pnpm run lint
pnpm run test
pnpm run build
- name: Report Coverage for agora-rtc-react 🟢
if: always() # Also generate the report if tests are failing
Expand Down

0 comments on commit a2ab106

Please sign in to comment.