update workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 14s Details

This commit is contained in:
Carneiro 2024-05-23 17:16:11 -03:00
parent 4d8ded838c
commit 052819a639
1 changed files with 3 additions and 2 deletions

View File

@ -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 }}