This commit is contained in:
parent
8dd7b5ee69
commit
6b07884f6f
16
.gitea/workflows/test.yml
Normal file
16
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,16 @@
|
||||
name: Test CI
|
||||
|
||||
on: [push] # Se déclenche à chaque push
|
||||
|
||||
jobs:
|
||||
test-job:
|
||||
runs-on: ubuntu-latest # Gitea interprète cela par des labels (linux, amd64...)
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Affiche un message et des infos système
|
||||
run: |
|
||||
echo "Bonjour, Gitea Actions depuis Proxmox !"
|
||||
echo "Mon architecture est :"
|
||||
uname -a
|
||||
Loading…
x
Reference in New Issue
Block a user