Skip to content

Commit

Permalink
Change: Enable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Apr 7, 2024
1 parent d2678fc commit ebdb0c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sub-chart-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
run: |
pnpm i
pnpm lint
# - name: Run sub-chart test
# working-directory: ./sub-chart
# run: |
# pnpm test
- name: Run sub-chart test
working-directory: ./sub-chart
run: |
pnpm test
- name: Run sub-chart typecheck
working-directory: ./sub-chart
run: |
Expand Down

0 comments on commit ebdb0c7

Please sign in to comment.