Testing minimal workflow to debug runner labels
Some checks failed
Simple Test / Simple Job (push) Successful in 26s
Tests / Frontend Setup (Node.js 24 + Yarn Berry + Build) (push) Has been cancelled
Tests / Setup and Checkout (push) Has been cancelled
Tests / Backend Setup (Python 3.13 + uv + Environment) (push) Has been cancelled
Tests / Backend Tests (Python 3.13 + uv) (push) Has been cancelled
Tests / Frontend Tests (TypeScript + Vue + Yarn Berry) (push) Has been cancelled

This commit is contained in:
2025-10-25 17:02:08 -04:00
parent 23242c582f
commit 8ad0b08854

View File

@@ -0,0 +1,13 @@
name: Simple Test
on:
push:
branches: [ main ]
jobs:
simple:
name: Simple Job
runs-on: ubuntu-latest
steps:
- name: Hello World
run: echo "Hello World"