update workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 14s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 14s
Details
This commit is contained in:
parent
4d8ded838c
commit
052819a639
|
@ -13,8 +13,9 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- run: whoami
|
||||
- run: make -C ${{ gitea.workspace }}
|
||||
- run: cd ${{ gitea.workspace }}
|
||||
- run: bundle install
|
||||
- run: make
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
|
|
Loading…
Reference in New Issue