Skip to content

Commit

Permalink
enable CI tests for modules package
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Jan 16, 2025
1 parent 047f139 commit 50fcf2b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,19 @@ jobs:
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm install --prefer-offline
- run: pnpm test

modules-package:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/modules
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: latest
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm install --prefer-offline
- run: pnpm test

0 comments on commit 50fcf2b

Please sign in to comment.