dev #2

Merged
hera merged 40 commits from dev into main 2026-04-07 22:12:01 +00:00
Showing only changes of commit c115c47e61 - Show all commits

View File

@@ -15,10 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install deps
run: |
cd frontend && npm ci
python3 -m venv /tmp/ci-venv && /tmp/ci-venv/bin/pip install -q -r backend/requirements.txt
- name: Install frontend deps
run: cd frontend && npm ci
- name: Install backend deps
run: python3 -m venv /tmp/ci-venv && /tmp/ci-venv/bin/pip install -q -r backend/requirements.txt
- name: E2E tests
run: |