Skip to content

soomo/jest-check

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jest-check

A Github action written in JavaScript that creates a check run with formatted details from a Jest testing suite.

Requirements

  1. Jest should be setup in the consuming repo to output its results as json in the folder specified by JEST_FOLDER

Usage

Add the following to your Github action workflow file

- name: jest-check
  uses: soomo/jest-check@0.0.5
  with:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    JEST_FOLDER: ${{ github.workspace }}/spec