Skip to content

Updated docusaurus to current latest (3.1.1). And updated config to s… #54

Updated docusaurus to current latest (3.1.1). And updated config to s…

Updated docusaurus to current latest (3.1.1). And updated config to s… #54

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-plugin
- name: testing using jest
run: npm test