Skip to content

Commit 5bef554

Browse files
committed
make app inside server
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
1 parent 9e5aa0b commit 5bef554

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,15 @@ jobs:
114114
NEXTCLOUD_BASE_URL: http://localhost:8080
115115
run: |
116116
git clone --depth 1 https://github.com/nextcloud/activity.git -b ${{ matrix.nextcloudVersion }} server/apps/activity
117+
ls
117118
mkdir -p server/apps/integration_openproject
118119
cp -r `ls -A | grep -v 'server'` server/apps/integration_openproject/
119120
cd server
120121
./occ a:e activity
121122
./occ a:e integration_openproject
122123
php -S localhost:8080 2> /dev/null &
123124
cd apps/integration_openproject
125+
make
124126
# make api-test
125127

126128
- name: wait on OpenProject
@@ -137,10 +139,10 @@ jobs:
137139
- name: e2e test
138140
id: e2e
139141
run: |
140-
node -v
141-
npm ci
142-
ls /home/runner/work/
143-
npm run build
142+
# node -v
143+
# npm ci
144+
# ls integration_openproject
145+
# npm run build
144146
npm run test:e2e tests/e2e/features/webUI
145147
continue-on-error: true
146148

0 commit comments

Comments
 (0)