Skip to content

Fix/agentflow Integration and verification test fixes #7044

Fix/agentflow Integration and verification test fixes

Fix/agentflow Integration and verification test fixes #7044

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@v6
- run: docker build --no-cache -t flowise .