Skip to content

Commit f2aac62

Browse files
committed
omit composer install
1 parent 010f71b commit f2aac62

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@ jobs:
2727
image: openproject/community:12
2828
env:
2929
OPENPROJECT_SECRET_KEY_BASE: secret
30-
OPENPROJECT_HOST__NAME: localhost:8081
30+
# OPENPROJECT_HOST__NAME: localhost:8081
3131
OPENPROJECT_HTTPS: false
3232
OPENPROJECT_PASSWORD__MIN__LENGTH: 0
3333
OPENPROJECT_ONBOARDING__ENABLED: false
3434
OPENPROJECT_AUTHENTICATION_GLOBAL__BASIC__AUTH_USER: apiadmin
3535
OPENPROJECT_AUTHENTICATION_GLOBAL__BASIC__AUTH_PASSWORD: apiadmin
36-
HOST: 0.0.0.0
37-
OPENPROJECT_DEV_EXTRA_HOSTS: localhost
3836
steps:
3937
- name: Cancel previous runs
4038
uses: styfle/cancel-workflow-action@0.9.1
@@ -83,7 +81,6 @@ jobs:
8381

8482
- name: Install PHP Dependencies
8583
run: |
86-
composer install --no-progress --prefer-dist --optimize-autoloader --no-dev
8784
git clone --depth 1 https://github.com/nextcloud/server.git -b ${{ matrix.nextcloudVersion }}
8885
cd server && git submodule update --init
8986
./occ maintenance:install --admin-pass=admin

0 commit comments

Comments
 (0)