GitHUb action to run CRA test script
Must utilize "react-scripts" or preferably, be used on app scaffolded using create-react-app scripts.
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
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
The Dockerfile and associated scripts and documentation in this project are released under the MIT License.