Skip to content

🌿 Fern Regeneration -- March 12, 2024 #13

🌿 Fern Regeneration -- March 12, 2024

🌿 Fern Regeneration -- March 12, 2024 #13

Workflow file for this run

name: CI
on:
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
env:
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
run: yarn run jest