mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
11 lines
162 B
YAML
11 lines
162 B
YAML
name: Test Runner
|
|
|
|
on:
|
|
workflow_dispatch
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check runner
|
|
run: echo "Runner is working!"
|