This commit is contained in:
parent
c6ddb2ace1
commit
692283e03d
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: archlinux
|
||||
runs-on: docker
|
||||
container:
|
||||
image: archlinux:base-devel
|
||||
steps:
|
||||
- run: echo All Good
|
Loading…
Reference in a new issue