Public Access
Testing minimal workflow to debug runner labels
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
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:
@@ -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"
|
||||||
Reference in New Issue
Block a user