Skip to content

Commit

Permalink
make app inside server
Browse files Browse the repository at this point in the history
Signed-off-by: Swikriti Tripathi <[email protected]>
  • Loading branch information
SwikritiT committed Nov 25, 2022
1 parent 9e5aa0b commit addecc8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,15 @@ jobs:
NEXTCLOUD_BASE_URL: http://localhost:8080
run: |
git clone --depth 1 https://github.com/nextcloud/activity.git -b ${{ matrix.nextcloudVersion }} server/apps/activity
ls
mkdir -p server/apps/integration_openproject
cp -r `ls -A | grep -v 'server'` server/apps/integration_openproject/
cd server
./occ a:e activity
./occ a:e integration_openproject
php -S localhost:8080 2> /dev/null &
cd apps/integration_openproject
make
# make api-test

- name: wait on OpenProject
Expand All @@ -137,10 +139,9 @@ jobs:
- name: e2e test
id: e2e
run: |
node -v
npm ci
ls /home/runner/work/
npm run build
# node -v
# npm ci
# npm run build
npm run test:e2e tests/e2e/features/webUI
continue-on-error: true

Expand Down

0 comments on commit addecc8

Please sign in to comment.