Skip to content

Commit dfa9be4

Browse files
committed
Add composer install step
1 parent 7a23307 commit dfa9be4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-to-cloudron.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
steps:
1010
- name: Checkout Repository
1111
uses: actions/checkout@v6
12+
- name: Install composer dependencies
13+
uses: php-actions/composer@v6
14+
with:
15+
command: composer install
1216
- name: Cloudron Push to App
1317
uses: cloudron-io/cloudron-push-to-app@latest
1418
with:

0 commit comments

Comments
 (0)