Skip to content

Commit

Permalink
add jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rgychiu committed Nov 18, 2023
1 parent 44a623c commit cb0ec9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:

- name: Npm build
run: npm run build

- name: Npm test
run: npm run test

- name: Generate dist
run: npm run dist
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ inputs:
signature-regex:
description: "The regex to locate the signature text. Should be single quoted. Note that comment bodies are toUpperCase'd before matching."
runs:
using: "node12"
using: "node16"
main: "dist/index.js"

0 comments on commit cb0ec9b

Please sign in to comment.