Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nha committed Mar 31, 2024
1 parent 1c39cfc commit b3cfba3
Show file tree
Hide file tree
Showing 2 changed files with 4,502 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Unit Test

on: [push]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn
- run: yarn test
Loading

0 comments on commit b3cfba3

Please sign in to comment.