Skip to content

Commit

Permalink
chore: include bridge in packages to test
Browse files Browse the repository at this point in the history
  • Loading branch information
work-kevin-flynn committed Nov 25, 2024
1 parent 5e9212c commit e60c225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
package: [utils, base, react]
package: [utils, base, react, bridge]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
package: [utils, base, react]
package: [utils, base, react, bridge]
steps:
- name: Run frontend CI
uses: AElfProject/[email protected]
Expand Down

0 comments on commit e60c225

Please sign in to comment.