Skip to content

Commit

Permalink
ci: added testing pass to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Mar 14, 2024
1 parent a178cf0 commit 4d65146
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ jobs:
version: 8
- run: pnpm install --frozen-lockfile
- run: pnpm lint
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm install --frozen-lockfile
- run: pnpm test

0 comments on commit 4d65146

Please sign in to comment.