Skip to content

[Test][Cypress]: Added Cypress Test For Edit Profile Details #757

[Test][Cypress]: Added Cypress Test For Edit Profile Details

[Test][Cypress]: Added Cypress Test For Edit Profile Details #757

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- master
jobs:
test-jest:
name: Jest
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install
- name: Tests
run: NODE_OPTIONS="--max_old_space_size=8192" yarn run test-jest