Skip to content

fix(#4 bug): add otherInfo episodes clarification #24

fix(#4 bug): add otherInfo episodes clarification

fix(#4 bug): add otherInfo episodes clarification #24

Workflow file for this run

name: Run Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup NodeJS
uses: actions/setup-node@v3
- name: Install dependencies
run: npm i
- name: Run all tests
run: npm test