Skip to content

[5.14] Bumping version from 5.14.12 to 5.14.15 #6107

[5.14] Bumping version from 5.14.12 to 5.14.15

[5.14] Bumping version from 5.14.12 to 5.14.15 #6107

name: Jest Unit Tests
on: [push, pull_request]
jobs:
run-unit-tests:
runs-on: ubuntu-latest
timeout-minutes: 90
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: checkout
uses: actions/checkout@v3
- name: Run Jest Unit Test
run: |
sudo apt-get -y install nasm
npm install
npm run jest