Skip to content

feat: add background request to castledkp2 beta service (#133) #543

feat: add background request to castledkp2 beta service (#133)

feat: add background request to castledkp2 beta service (#133) #543

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22.2.0
cache: yarn
cache-dependency-path: yarn.lock
- run: yarn install
- run: yarn test:ci
- run: yarn tsc