Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Nov 18, 2024
1 parent d575caa commit 92fda9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job_test_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ts: true

- name: Build
uses: ./.github/actions/build
uses: ./.github/workflows/build.yaml

- name: Test
run: pnpm test
3 changes: 2 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
workflow_dispatch:

jobs:
test_packages:
test_unit:
name: Unit Test
uses: ./.github/workflows/job_test_unit.yaml

test_api:
Expand Down

0 comments on commit 92fda9a

Please sign in to comment.