Skip to content

refactor: question_with_guidance is now sent at the research output l… #14

refactor: question_with_guidance is now sent at the research output l…

refactor: question_with_guidance is now sent at the research output l… #14

Workflow file for this run

name: Run jest tests on pull request
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
run-jest:
runs-on: ubuntu-latest
environment: development
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Run Jest test
run: yarn test