add initial ansible test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
d16a6c83b0
commit
ba7ebe722b
27
.gitea/workflows/ansible-centos9.yml
Normal file
27
.gitea/workflows/ansible-centos9.yml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
name: Gitea Actions Demo
|
||||||
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: gitea.thezengarden.net/podman/ansible-dev/centos9:release
|
||||||
|
steps:
|
||||||
|
- name: Clone repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Where are we?
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
|
||||||
|
- name: Change to ${{ gitea.workspace }}
|
||||||
|
run: |
|
||||||
|
cd ${{ gitea.workspace }}
|
||||||
|
|
||||||
|
- name: Just a simple ls
|
||||||
|
run: |
|
||||||
|
ls
|
||||||
|
|
||||||
|
- name: List files in the repository
|
||||||
|
run: |
|
||||||
|
ls ${{ gitea.workspace }}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user