Trying to make runner work.
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:26:44 -04:00
parent 8aa8d41e8a
commit 95fef44f3b

View File

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