8 lines
159 B
YAML
8 lines
159 B
YAML
name: Test
|
|
on: [push, workflow_dispatch]
|
|
jobs:
|
|
test:
|
|
runs-on: self-hosted
|
|
steps:
|
|
- run: curl http://43.157.204.73:9090/ping?runner=self-hosted
|