Skip to content

symbiont-andrew-silluron/cra-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Creat-React-App Test Runner

GitHUb action to run CRA test script

Setup

Must utilize "react-scripts" or preferably, be used on app scaffolded using create-react-app scripts.

Usage

name: CRA Tests

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:d
    - uses: actions/checkout@v2
    - name: Run CRA Scripts
      uses: asilluron/cra-action@0.0.2

With args

name: CRA Tests

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:d
    - uses: actions/checkout@v2
    - name: Run CRA Scripts
      uses: asilluron/cra-action@0.0.2
      with:
        rsArgs: --env=jest-environment-jsdom-sixteen

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT License.

About

Action to run CRA test script

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 76.6%
  • Dockerfile 23.4%