File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 git push -f origin "$BRANCH"
106106
107107 - name : Build plugin zip
108- run : composer run build
108+ run : composer run build-sqlite-plugin-zip
109109
110110 - name : Upload zip to draft release
111111 env :
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The following commands are useful for development and testing:
4545composer install # Install dependencies
4646composer run check-cs # Check coding standards (PHPCS)
4747composer run fix-cs # Auto-fix coding standards (PHPCBF)
48- composer run build # Build the plugin zip
48+ composer run build-sqlite-plugin-zip # Build the plugin zip
4949
5050# SQLite driver tests (under packages/mysql-on-sqlite)
5151cd packages/mysql-on-sqlite
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The following commands are useful for development and testing:
3434composer install # Install dependencies
3535composer run check-cs # Check coding standards (PHPCS)
3636composer run fix-cs # Auto-fix coding standards (PHPCBF)
37- composer run build # Build the plugin zip
37+ composer run build-sqlite-plugin-zip # Build the plugin zip
3838
3939# SQLite driver tests (under packages/mysql-on-sqlite)
4040cd packages/mysql-on-sqlite
File renamed without changes.
Original file line number Diff line number Diff line change 3636 "fix-cs" : [
3737 " @php ./vendor/bin/phpcbf"
3838 ],
39- "build" : [
40- " ./bin/build-plugin-zip.sh"
39+ "build-sqlite-plugin-zip " : [
40+ " ./bin/build-sqlite- plugin-zip.sh"
4141 ],
4242 "test" : [
4343 " phpunit"
You can’t perform that action at this time.
0 commit comments