This commit is contained in:
commit
79978468b1
9 changed files with 276 additions and 0 deletions
13
.github/workflows/test.yml
vendored
Normal file
13
.github/workflows/test.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Test runners
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test-runner:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:3.13
|
||||
steps:
|
||||
- name: Hello World
|
||||
run: |
|
||||
echo "Hello, world!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue