Skip to content

Commit 402dcd3

Browse files
committed
ci fix
Signed-off-by: Anupam Kumar <[email protected]>
1 parent 9bca87c commit 402dcd3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tests-deploy.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ jobs:
4949
sed -i '/location \/expps\//,/}/ s/^\s*proxy_set_header Host \$host;//' tests/simple-nginx-NOT-FOR-PRODUCTION.conf
5050
cat tests/simple-nginx-NOT-FOR-PRODUCTION.conf
5151
52-
docker run --net master_bridge --name nextcloud --rm -d nginx \
53-
-v ./tests/simple-nginx-NOT-FOR-PRODUCTION.conf:/etc/nginx/conf.d/default.conf:ro \
52+
docker run --net master_bridge --name nextcloud --rm \
53+
-v $(pwd)/tests/simple-nginx-NOT-FOR-PRODUCTION.conf:/etc/nginx/conf.d/default.conf:ro \
54+
-d nginx
5455
5556
- name: Install AppAPI
5657
run: |
@@ -65,6 +66,10 @@ jobs:
6566
--net=master_bridge --set-default
6667
docker exec nextcloud-docker sudo -u www-data php occ app_api:daemon:list
6768
docker exec nextcloud-docker ping -c 1 appapi-harp
69+
docker exec nextcloud-docker ping -c 1 nextcloud
70+
71+
- name: debug session
72+
uses: mxschmitt/action-tmate@v3
6873

6974
- name: Registering and enabling Skeleton ExApp
7075
run: |

0 commit comments

Comments
 (0)