add test workflow
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user