WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

fix: backend tests breaking with permision + together ai missing costs for non-streamed requests #1

fix: backend tests breaking with permision + together ai missing costs for non-streamed requests

fix: backend tests breaking with permision + together ai missing costs for non-streamed requests #1

Workflow file for this run

name: backend-tests
on:
pull_request:
branches:
- "**"
jobs:
test-backend:
name: Backend (npm run test:backend)
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: npm
- name: Install dependencies
run: npm ci
- name: Run backend tests
run: npm run test:backend