Skip to content

Add gh-pages GH action config #99

Add gh-pages GH action config

Add gh-pages GH action config #99

Workflow file for this run

name: App CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test
- name: Upload reports
run: npx codecov