Skip to content

feat(core): Enable keepalive for fetch requests #88

feat(core): Enable keepalive for fetch requests

feat(core): Enable keepalive for fetch requests #88

Workflow file for this run

name: CI Fast
on:
push:
branches: [master, beta]
pull_request:
branches: [master, beta]
concurrency:
group: ci-fast-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: devbox installer
uses: jetify-com/[email protected]
with:
project-path: shells/devbox-fast.json
enable-cache: 'false'
- name: build
run: devbox run --config=shells/devbox-fast.json build