Ajouter .gitea/workflows/test.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 49s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 49s
This commit is contained in:
16
.gitea/workflows/test.yaml
Normal file
16
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: Gitea Actions Demo
|
||||||
|
run-name: ${{ github.actor }} teste le runner 🚀
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout du code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Dire bonjour
|
||||||
|
run: |
|
||||||
|
echo "Le runner fonctionne sur le cluster de Rémy !"
|
||||||
|
echo "Node actuel : $(hostname)"
|
||||||
|
echo "Date : $(date)"
|
||||||
Reference in New Issue
Block a user