Skip to content

Commit

Permalink
chore: Test Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 committed Nov 30, 2023
1 parent bf3debe commit 5fe28af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Test Case
on: [push, pull_request]
on:
push:
branches:
- main
- alpha
- beta

jobs:
run-tests:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ You can use [`create-gnfd-app`](./packages/create-gnfd-app/README.md) to create
> pnpm install
```

2. Build package:
2. Build packages:
```bash
> pnpm run build
> pnpm -F "@bnb-chain/**" build
```

Look over [CONTRIBUTING](./CONTRIBUTING.md)
Expand Down

0 comments on commit 5fe28af

Please sign in to comment.