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