Skip to content

WEBDEV-6081 Extend models for profile pages #250

WEBDEV-6081 Extend models for profile pages

WEBDEV-6081 Extend models for profile pages #250

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@v2
- uses: actions/setup-node@v1
with:
node-version: 15.x
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test
- name: Upload CodeCov
run: npm run codecov