Skip to content

Feature - Enable Streaming Capabilities For Tool Calls That Send Real-Time Notificaitons #4982

Feature - Enable Streaming Capabilities For Tool Calls That Send Real-Time Notificaitons

Feature - Enable Streaming Capabilities For Tool Calls That Send Real-Time Notificaitons #4982

name: Test Docker Build
on:
push:
branches:
- main
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
env:
PUPPETEER_SKIP_DOWNLOAD: true
steps:
- uses: actions/checkout@v4
- run: docker build --no-cache -t flowise .