File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8787 with :
8888 persist-credentials : false
89- path : apps-extra /${{ env.APP_NAME }}
89+ path : apps/${{ env.APP_NAME }}
9090
9191 - name : Set up php ${{ matrix.php-versions }}
9292 uses : shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
@@ -100,7 +100,7 @@ jobs:
100100 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
101101
102102 - name : Install app dependencies
103- working-directory : apps-extra /${{ env.APP_NAME }}
103+ working-directory : apps/${{ env.APP_NAME }}
104104 run : |
105105 composer remove nextcloud/ocp --dev --no-scripts
106106 composer i
@@ -118,7 +118,7 @@ jobs:
118118 ./occ app:enable --force ${{ env.APP_NAME }}
119119
120120 - name : Run PHPUnit suites
121- working-directory : apps-extra /${{ env.APP_NAME }}
121+ working-directory : apps/${{ env.APP_NAME }}
122122 run : composer run test:php
123123
124124 - name : Print logs
You can’t perform that action at this time.
0 commit comments