File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments