Merge pull request #183 from AElfProject/feature/tg-acceleration #110
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Badge | |
permissions: | |
contents: write | |
on: | |
push: | |
branches: | |
- master | |
- feature/badge-new | |
pull_request: | |
branches: | |
- master | |
jobs: | |
build-and-test: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
package: [utils, base] | |
steps: | |
- name: Run frontend CI | |
uses: AElfProject/[email protected] | |
with: | |
commit-token: ${{ secrets.COMMIT_TOKEN }} | |
branch-name: "feature/badge-json" | |
is-monorepo: true | |
package: ${{ matrix.package }} |