This commit is contained in:
parent
424e0bedda
commit
8d0d26eb55
|
@ -17,7 +17,9 @@ jobs:
|
||||||
echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
echo "🖥️ The workflow is now ready to test your code on the runner."
|
echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apt update && apt install tree -y
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install tree -y
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: tree ${{ gitea.workspace }}
|
run: tree ${{ gitea.workspace }}
|
||||||
- name: Job's status
|
- name: Job's status
|
||||||
|
|
Loading…
Reference in New Issue
Block a user