We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a237434 commit a4ed16bCopy full SHA for a4ed16b
1 file changed
.github/workflows/upgrade-testing.yml
@@ -39,8 +39,7 @@ jobs:
39
- name: Install server and enable integration_openproject app
40
run: |
41
cd server/apps/integration_openproject
42
- make
43
- php ../../occ maintenance:install --admin-pass=admin
+ php ../../occ maintenance:install --admin-pass=admin
44
php ../../occ a:e integration_openproject
45
46
- name: Checkout integration_openproject app (release version for upgrade)
@@ -56,4 +55,11 @@ jobs:
56
55
pwd
57
ls
58
php ../../occ upgrade
59
- php ../../occ app:update --allow-unstable integration_openproject
+ php ../../occ app:update --allow-unstable integration_openproject
+
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