mirror of
https://github.com/safishamsi/graphify.git
synced 2026-08-26 16:26:42 +00:00
CI: add v5-v7 branches, workflow_dispatch trigger, sql extra
This commit is contained in:
@@ -2,9 +2,10 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["v1", "v2", "v3", "v4", "main"]
|
||||
branches: ["v1", "v2", "v3", "v4", "v5", "v6", "v7", "main"]
|
||||
pull_request:
|
||||
branches: ["v1", "v2", "v3", "v4", "main"]
|
||||
branches: ["v1", "v2", "v3", "v4", "v5", "v6", "v7", "main"]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@@ -23,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -e ".[mcp,pdf,watch]"
|
||||
pip install -e ".[mcp,pdf,watch,sql]"
|
||||
pip install pytest
|
||||
|
||||
- name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user