Test
All checks were successful
Raspberry Pi 4 Build / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
Arron David Nelson 2024-01-30 18:43:44 -08:00
parent 4d92c019a9
commit 7747132b8e

View File

@ -20,5 +20,9 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: cd ${{ gitea.workspace }}
- run: make ${{ gitea.workspace }} - run: make ${{ gitea.workspace }}
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "This job's status is ${{ job.status }}." - run: echo "This job's status is ${{ job.status }}."