Skip to content

Feature: Change difficulty from Neutral to Medium (#519) #246

Feature: Change difficulty from Neutral to Medium (#519)

Feature: Change difficulty from Neutral to Medium (#519) #246

Workflow file for this run

name: 'Jest'
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
jest-tests:
runs-on: ubuntu-latest
name: Unit Tests
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn install
- run: yarn test:ci