Skip to content

Test Fractal Demos #414

Test Fractal Demos

Test Fractal Demos #414

Workflow file for this run

name: Test Fractal Demos
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "0 23 * * 2,3,4"
jobs:
tests-v2:
timeout-minutes: 25
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run demos
run: cd testing && make run-demos-v2-github