This commit is contained in:
parent
0deaff2133
commit
5e708033c5
15
.gitea/workflows/ci.yml
Normal file
15
.gitea/workflows/ci.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: CI Smoke
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
jobs:
|
||||||
|
smoke:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Runner info
|
||||||
|
run: |
|
||||||
|
echo "host : $(hostname)"
|
||||||
|
echo "whoami : $(whoami)"
|
||||||
|
uname -a
|
||||||
|
- name: Docker reachable
|
||||||
|
run: docker version --format 'server={{.Server.Version}}'
|
||||||
Loading…
x
Reference in New Issue
Block a user