Skip to content

feat: add support for calling tools in CustomFunction (#3143) #17

feat: add support for calling tools in CustomFunction (#3143)

feat: add support for calling tools in CustomFunction (#3143) #17

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