Files
bhs/.gitea/workflows/test.yaml
icsboyx ccb38db7f5
All checks were successful
runner-test / test (push) Successful in 1s
runner-test / test2 (push) Successful in 1s
wip
2026-01-06 19:19:51 +01:00

18 lines
248 B
YAML

name: runner-test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Say hello ok
run: echo "Runner OK"
test2:
runs-on: ubuntu-latest
steps:
- name: 2 Say hello ok
run: echo "Runner OK"