commit
8b9c81d760
17
.gitea/workflows/test.yml
Normal file
17
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,17 @@
|
||||
on:
|
||||
push
|
||||
|
||||
name: ci
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: docker-practice/actions-setup-docker@master
|
||||
timeout-minutes: 12
|
||||
- run: |
|
||||
set -x
|
||||
|
||||
docker version
|
||||
|
||||
docker run --rm hello-world
|
Loading…
Reference in New Issue
Block a user