mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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/**
|
||||
|
||||
jobs:
|
||||
python-ci:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
@@ -38,3 +39,11 @@ jobs:
|
||||
|
||||
- name: Lint
|
||||
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