Skip to content

Update JamesIves/github-pages-deploy-action action to v4.7.2 #229

Update JamesIves/github-pages-deploy-action action to v4.7.2

Update JamesIves/github-pages-deploy-action action to v4.7.2 #229

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@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test
- name: Upload reports
run: npx codecov