Fixing the pipeline.
Some checks failed
CI/CD Pipeline / Backend Tests (Python) (push) Failing after 15m10s
CI/CD Pipeline / Frontend Tests (TypeScript/Vue) (push) Failing after 24m22s
CI/CD Pipeline / Integration Tests (push) Has been cancelled

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-10-20 17:55:25 -04:00
parent ead20b049a
commit 9c042f6e5f

View File

@@ -9,7 +9,7 @@ on:
jobs:
backend-tests:
name: Backend Tests (Python)
runs-on: python-latest
runs-on: ubuntu-latest
services:
postgres:
@@ -84,7 +84,7 @@ jobs:
frontend-tests:
name: Frontend Tests (TypeScript/Vue)
runs-on: node-latest
runs-on: ubuntu-latest
steps:
- name: Checkout code