Skip to content

Added stacktrace to log entries, e.g. for GET /jobs/{job_id}/logs #688

Added stacktrace to log entries, e.g. for GET /jobs/{job_id}/logs

Added stacktrace to log entries, e.g. for GET /jobs/{job_id}/logs #688

Workflow file for this run

name: Test API Spec
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v5
with:
node-version: 'lts/*'
- uses: actions/checkout@v5
- run: npm install
- run: npm test