Skip to content

Mentor dash - ProfileImageInput component modified to show the upload image input #1773

Mentor dash - ProfileImageInput component modified to show the upload image input

Mentor dash - ProfileImageInput component modified to show the upload image input #1773

Workflow file for this run

name: Build
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Build Project
run: npm run build