Skip to content

OUT-3545: parallelize home render and batch Copilot price fetch #33

OUT-3545: parallelize home render and batch Copilot price fetch

OUT-3545: parallelize home render and batch Copilot price fetch #33

Workflow file for this run

name: CI
on: pull_request
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22.14.0
cache: yarn
cache-dependency-path: './yarn.lock'
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test