mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-10 00:27:01 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 91a7024bc6 | |||
| 5c84df6149 | |||
| 061b8c8a87 |
@@ -37,8 +37,11 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd php/tests && npm ci
|
run: cd php/tests && npm ci
|
||||||
|
|
||||||
|
- name: Install Playwright system dependencies
|
||||||
|
run: cd php/tests && ./node_modules/.bin/playwright install-deps chromium
|
||||||
|
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: cd php/tests && npx playwright install --with-deps chromium
|
run: cd php/tests && ./node_modules/.bin/playwright install chromium
|
||||||
|
|
||||||
- name: Set up php 8.5
|
- name: Set up php 8.5
|
||||||
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
|
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
|
||||||
@@ -86,7 +89,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd php/tests
|
cd php/tests
|
||||||
export DEBUG=pw:api
|
export DEBUG=pw:api
|
||||||
if ! npx playwright test tests/initial-setup.spec.js; then
|
if ! ./node_modules/.bin/playwright test tests/initial-setup.spec.js; then
|
||||||
docker logs nextcloud-aio-mastercontainer
|
docker logs nextcloud-aio-mastercontainer
|
||||||
docker logs nextcloud-aio-borgbackup
|
docker logs nextcloud-aio-borgbackup
|
||||||
exit 1
|
exit 1
|
||||||
@@ -118,7 +121,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd php/tests
|
cd php/tests
|
||||||
export DEBUG=pw:api
|
export DEBUG=pw:api
|
||||||
if ! npx playwright test tests/restore-instance.spec.js; then
|
if ! ./node_modules/.bin/playwright test tests/restore-instance.spec.js; then
|
||||||
docker logs nextcloud-aio-mastercontainer
|
docker logs nextcloud-aio-mastercontainer
|
||||||
docker logs nextcloud-aio-borgbackup
|
docker logs nextcloud-aio-borgbackup
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@@ -22,8 +22,11 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd php/tests && npm ci
|
run: cd php/tests && npm ci
|
||||||
|
|
||||||
|
- name: Install Playwright system dependencies
|
||||||
|
run: cd php/tests && ./node_modules/.bin/playwright install-deps chromium
|
||||||
|
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: cd php/tests && npx playwright install --with-deps chromium
|
run: cd php/tests && ./node_modules/.bin/playwright install chromium
|
||||||
|
|
||||||
- name: Start fresh development server
|
- name: Start fresh development server
|
||||||
run: |
|
run: |
|
||||||
@@ -48,7 +51,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd php/tests
|
cd php/tests
|
||||||
export DEBUG=pw:api
|
export DEBUG=pw:api
|
||||||
if ! npx playwright test tests/initial-setup.spec.js; then
|
if ! ./node_modules/.bin/playwright test tests/initial-setup.spec.js; then
|
||||||
docker logs nextcloud-aio-mastercontainer
|
docker logs nextcloud-aio-mastercontainer
|
||||||
docker logs nextcloud-aio-borgbackup
|
docker logs nextcloud-aio-borgbackup
|
||||||
exit 1
|
exit 1
|
||||||
@@ -76,7 +79,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd php/tests
|
cd php/tests
|
||||||
export DEBUG=pw:api
|
export DEBUG=pw:api
|
||||||
if ! npx playwright test tests/restore-instance.spec.js; then
|
if ! ./node_modules/.bin/playwright test tests/restore-instance.spec.js; then
|
||||||
docker logs nextcloud-aio-mastercontainer
|
docker logs nextcloud-aio-mastercontainer
|
||||||
docker logs nextcloud-aio-borgbackup
|
docker logs nextcloud-aio-borgbackup
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# PHP Docker Controller
|
# PHP Docker Controller
|
||||||
|
|
||||||
|
<!--test-->
|
||||||
|
|
||||||
This is the code for the PHP Docker controller.
|
This is the code for the PHP Docker controller.
|
||||||
|
|
||||||
## How to run
|
## How to run
|
||||||
|
|||||||
Reference in New Issue
Block a user