File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 fetch-depth : 0
3131
32+ - name : Move files to a dropboxadapter-plugin directory
33+ run : mkdir dropboxadapter-plugin && find . -mindepth 1 -maxdepth 1 ! -name 'dropboxadapter-plugin' -exec mv -t dropboxadapter-plugin -- {} +
34+
3235 - name : Setup cache environment
3336 id : extcache
3437 uses : shivammathur/cache-extensions@v1
7780 - name : Install Composer dependencies
7881 run : composer install --no-interaction --no-progress --no-suggest --prefer-dist
7982
80- - name : Move files to a dropboxadapter-plugin directory
81- run : mkdir dropboxadapter-plugin && find . -mindepth 1 -maxdepth 1 ! -name 'dropboxadapter-plugin' -exec mv -t dropboxadapter-plugin -- {} +
82-
83- - name : Install Composer dependencies
84- run : composer install --no-interaction --no-progress --no-suggest --prefer-dist
85-
8683 - name : Run unit tests
8784 run : php artisan winter:test -p NumenCode.DropboxAdapter --configuration=plugins/numencode/dropboxadapter/phpunit.xml
You can’t perform that action at this time.
0 commit comments