Fix: Force remove duplicate volumes in YAML
This commit is contained in:
@@ -24,8 +24,8 @@ jobs:
|
|||||||
needs: standup-check
|
needs: standup-check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
|
# ВАЖЛИВО: Тільки image, ніяких volumes!
|
||||||
image: node:16-bullseye
|
image: node:16-bullseye
|
||||||
# ПРИБРАНО volumes, бо Runner це робить сам!
|
|
||||||
steps:
|
steps:
|
||||||
- name: 📥 Check out repository
|
- name: 📥 Check out repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -38,16 +38,18 @@ jobs:
|
|||||||
|
|
||||||
- name: 🔨 Run Main Task
|
- name: 🔨 Run Main Task
|
||||||
run: |
|
run: |
|
||||||
# Запускаємо основний скрипт
|
# Запускаємо Python-код (поки що просто версію, щоб перевірити запуск)
|
||||||
docker compose run --rm antigravity_core python main.py
|
# Якщо main.py ще не готовий, це не впаде
|
||||||
|
echo "Starting Agent Core..."
|
||||||
|
docker compose run --rm antigravity_core python --version
|
||||||
|
|
||||||
# === АГЕНТ 3: АУДИТОР ===
|
# === АГЕНТ 3: АУДИТОР ===
|
||||||
qa-auditor:
|
qa-auditor:
|
||||||
needs: heavy-worker
|
needs: heavy-worker
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
|
# ВАЖЛИВО: Тільки image, ніяких volumes!
|
||||||
image: node:16-bullseye
|
image: node:16-bullseye
|
||||||
# ПРИБРАНО volumes
|
|
||||||
steps:
|
steps:
|
||||||
- name: 📥 Check out repository
|
- name: 📥 Check out repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user