wip
All checks were successful
runner-test / test (push) Successful in 1s
runner-test / test2 (push) Successful in 1s

This commit is contained in:
2026-01-06 19:19:51 +01:00
parent c13960750c
commit ccb38db7f5

View File

@@ -9,3 +9,9 @@ jobs:
steps:
- name: Say hello ok
run: echo "Runner OK"
test2:
runs-on: ubuntu-latest
steps:
- name: 2 Say hello ok
run: echo "Runner OK"