test Actions Condition
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s

This commit is contained in:
Clément CHABANNE 2024-06-08 14:15:57 +02:00
parent 5059506899
commit 12fe260a53

View File

@ -20,8 +20,15 @@ jobs:
- name: Install dependencies
run: |
apt update
apt install tree -y
apt install tree zip -y
- name: List files in the repository
run: tree ${{ gitea.workspace }}
- name: Build
run : |
echo "Compilation step in progress"
- name: Deploy release
if: ${{ gitea.ref == 'refs/heads/master' }}
run: |
echo "Deploy artifacts on Gitea server"
- name: Job's status
run: echo "🍏 This job's status is ${{ job.status }}."