11 lines
230 B
YAML
11 lines
230 B
YAML
name: Test Runner Status
|
|
on: [push]
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Hello
|
|
run: echo "Hello from runner v2 test"
|
|
- name: Check
|
|
run: echo "Task status should update correctly"
|