running tests in CI/CD pipeline

This commit is contained in:
Dan Ditomaso
2025-02-25 08:00:40 -05:00
parent c9536c9ffd
commit c39ef5916f
4 changed files with 12 additions and 0 deletions

View File

@@ -22,5 +22,8 @@ jobs:
- name: Install Dependencies
run: bun install
- name: Run tests
run: bun run test:run
- name: Build Package
run: bun run build

View File

@@ -20,6 +20,9 @@ jobs:
- name: Install Dependencies
run: bun install
- name: Run tests
run: bun run test:run
- name: Build Package
run: bun run build

View File

@@ -14,6 +14,9 @@ jobs:
- name: Install Dependencies
run: bun install
- name: Run tests
run: bun run test:run
- name: Build Package
run: bun run build

View File

@@ -20,6 +20,9 @@ jobs:
- name: Install Dependencies
run: bun install
- name: Run tests
run: bun run test:run
- name: Build Package
run: bun run build