Skip to content

Commit a4ed16b

Browse files
committed
add api tests
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
1 parent a237434 commit a4ed16b

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/upgrade-testing.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
- name: Install server and enable integration_openproject app
4040
run: |
4141
cd server/apps/integration_openproject
42-
make
43-
php ../../occ maintenance:install --admin-pass=admin
42+
php ../../occ maintenance:install --admin-pass=admin
4443
php ../../occ a:e integration_openproject
4544
4645
- name: Checkout integration_openproject app (release version for upgrade)
@@ -56,4 +55,11 @@ jobs:
5655
pwd
5756
ls
5857
php ../../occ upgrade
59-
php ../../occ app:update --allow-unstable integration_openproject
58+
php ../../occ app:update --allow-unstable integration_openproject
59+
60+
- name: API Tests
61+
env:
62+
NEXTCLOUD_BASE_URL: http://localhost
63+
run: |
64+
cd server/apps/integration_openproject
65+
make api-test

0 commit comments

Comments
 (0)