ci: enable ruff linting and pytest in CI pipeline #1568

Merged
AI-Manager merged 14 commits from feature/1559-1560-enable-ci-linting-and-tests into main 2026-04-19 23:08:09 +00:00
Showing only changes of commit 68ee19025a - Show all commits
+2 -2
View File
@@ -65,7 +65,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
shell: sh shell: sh
run: | run: |
apt-get update && apt-get install -y git docker-ce docker-ce-cli containerd.io apt-get update && apt-get install -y git docker.io
- name: Checkout code - name: Checkout code
shell: sh shell: sh
@@ -137,7 +137,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
shell: sh shell: sh
run: | run: |
apt-get update && apt-get install -y git docker-ce docker-ce-cli containerd.io apt-get update && apt-get install -y git docker.io
- name: Checkout code - name: Checkout code
shell: sh shell: sh