forked from mirror/logrus
add missing runs-on
This commit is contained in:
parent
46c1ef4941
commit
7979cfec5c
|
@ -11,6 +11,7 @@ on:
|
|||
jobs:
|
||||
test_docker:
|
||||
name: testing stuffs
|
||||
runs-on: ubuntu-latest
|
||||
container: golang:1.16
|
||||
steps:
|
||||
- name: do something from docker
|
||||
|
|
Loading…
Reference in New Issue