mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Add check jobs to python CI (#18656)
This commit is contained in:
11
.github/workflows/ci-python.yml
vendored
11
.github/workflows/ci-python.yml
vendored
@@ -10,7 +10,8 @@ on:
|
|||||||
- packages/@n8n/task-runner-python/**
|
- packages/@n8n/task-runner-python/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python-ci:
|
lint:
|
||||||
|
name: Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
@@ -38,3 +39,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: uv run ruff check
|
run: uv run ruff check
|
||||||
|
|
||||||
|
unit-test:
|
||||||
|
name: Unit tests
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: lint
|
||||||
|
steps:
|
||||||
|
- name: Python unit tests
|
||||||
|
run: echo "Skipping unit tests for Python-only changes until we have Python unit tests"
|
||||||
|
|||||||
Reference in New Issue
Block a user