Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Details
This commit is contained in:
parent
1fd3199f81
commit
229fa2741c
|
@ -15,10 +15,10 @@ jobs:
|
|||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
|
||||
- name: Setup env
|
||||
- run: sudo apt install bundler
|
||||
run: sudo apt install bundler
|
||||
|
||||
- name: Setup bundle deps
|
||||
- run: cd ${{ gitea.workspace }}
|
||||
run: cd ${{ gitea.workspace }}
|
||||
- run: bundle install
|
||||
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in New Issue