test Actions Condition
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
This commit is contained in:
parent
5059506899
commit
12fe260a53
|
@ -20,8 +20,15 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install tree -y
|
apt install tree zip -y
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: tree ${{ gitea.workspace }}
|
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
|
- name: Job's status
|
||||||
run: echo "🍏 This job's status is ${{ job.status }}."
|
run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user