Skip to content

Commit

Permalink
feat: create action to read result json jest file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonataspinto committed May 1, 2022
1 parent d83ae78 commit e4e954f
Show file tree
Hide file tree
Showing 7 changed files with 2,099 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: "Read Result of tests"
description: "Greet someone and record the time"
outputs:
resultOfOutputTests:
description: "A result of tests parsed to string"
runs:
using: "node16"
main: "dist/index.js"
Loading

0 comments on commit e4e954f

Please sign in to comment.