Skip to content

Commit a1525b6

Browse files
committed
revert
1 parent 55a14fb commit a1525b6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
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
@@ -77,11 +80,5 @@ jobs:
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

0 commit comments

Comments
 (0)