File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6565 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6666 with :
6767 persist-credentials : false
68- path : apps-extra /${{ env.APP_NAME }}
68+ path : apps/${{ env.APP_NAME }}
6969
7070 - name : Set up php 8.2
7171 uses : shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
7777 ini-values : disable_functions=
7878
7979 - name : Install app dependencies
80- working-directory : apps-extra /${{ env.APP_NAME }}
80+ working-directory : apps/${{ env.APP_NAME }}
8181 run : |
8282 composer remove nextcloud/ocp --dev --no-scripts
8383 composer install --no-dev
9898 ./occ config:system:set debug --value true --type boolean
9999
100100 - name : Run Behat
101- working-directory : apps-extra /${{ env.APP_NAME }}/tests/integration
101+ working-directory : apps/${{ env.APP_NAME }}/tests/integration
102102 env :
103103 BEHAT_ROOT_DIR : ../../../../
104104 BEHAT_RUN_AS : runner
@@ -110,7 +110,7 @@ jobs:
110110 if : always()
111111 with :
112112 name : behat-results
113- path : apps-extra /${{ env.APP_NAME }}/tests/integration/output/
113+ path : apps/${{ env.APP_NAME }}/tests/integration/output/
114114 retention-days : 30
115115
116116 - name : Print logs
You can’t perform that action at this time.
0 commit comments