Skip to content

Build www before CI e2e #61

Build www before CI e2e

Build www before CI e2e #61

Workflow file for this run

name: AutoFlow CI
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
workflow_call:
workflow_dispatch:
jobs:
autoflow-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-deno-workspace
- name: Install Playwright browsers
run: deno run -A npm:playwright@1.59.1 install --with-deps chromium
- name: AutoFlow3 CI gate
run: deno task autoflow:ci