More stuff.
Some checks failed
CI/CD Pipeline / Backend Tests (Python) (push) Has been cancelled
CI/CD Pipeline / Frontend Tests (TypeScript/Vue) (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-10-19 23:32:25 -04:00
parent b332367580
commit 059e0472ea

View File

@@ -9,7 +9,7 @@ on:
jobs:
backend-tests:
name: Backend Tests (Python)
runs-on: self-hosted
runs-on: 1
services:
postgres:
@@ -84,7 +84,7 @@ jobs:
frontend-tests:
name: Frontend Tests (TypeScript/Vue)
runs-on: self-hosted
runs-on: 1
steps:
- name: Checkout code
@@ -131,7 +131,7 @@ jobs:
integration-tests:
name: Integration Tests
runs-on: self-hosted
runs-on: 1
needs: [backend-tests, frontend-tests]
services: