mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
Create test.yml
This commit is contained in:
parent
e1574d8250
commit
1277f499de
1 changed files with 11 additions and 0 deletions
11
.github/workflows/test.yml
vendored
Normal file
11
.github/workflows/test.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: Test Runner
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check runner
|
||||||
|
run: echo "Runner is working!"
|
||||||
Loading…
Reference in a new issue