Skip to content

create react app

create react app #4

Workflow file for this run

name: Run tests
on:
pull_request:
branches: ['*']
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Run unit tests
run: echo RUN