Skip to content

Commit

Permalink
added test to build runner
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson committed Oct 28, 2024
1 parent 7895689 commit 3ff0b89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install Node.js dependencies
run: npm ci

- name:
run: npm test

- name: Build Project
run: npm run build # Ensure this outputs to the `dist` directory

Expand Down

0 comments on commit 3ff0b89

Please sign in to comment.