14 lines
176 B
YAML
14 lines
176 B
YAML
version: 1.0
|
|
|
|
workflow:
|
|
name: Test Runner
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: general
|
|
steps:
|
|
- run: echo "Runner is working!" |