parent
383e5baf59
commit
b6b39d237a
1 changed files with 2 additions and 0 deletions
|
@ -2,5 +2,7 @@ on: [push]
|
|||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:edge
|
||||
steps:
|
||||
- run: echo All Good
|
||||
|
|
Loading…
Reference in a new issue