Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d533aa4

Browse files
authored
bug #13530 [Build fix] Remove unneeded test package binary step (Zales0123)
This PR was merged into the 1.11 branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | 1.11 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | leftovers after #13515 | License | MIT Commits ------- 8faad62 [Build fix] Remove unneeded test package binary step
2 parents 951b625 + 8faad62 commit d533aa4

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/packages.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,12 @@ jobs:
101101
working-directory: "src/Sylius/${{ matrix.package }}"
102102
id: end-of-setup
103103

104-
-
105-
name: Test package
106-
run: bin/test-package src/Sylius/${{ matrix.package }}
107-
if: always() && steps.end-of-setup.outcome == 'success'
108-
109104
-
110105
name: Run PHPArkitect
111106
working-directory: "src/Sylius/${{ matrix.package }}"
112107
run: vendor/phparkitect/phparkitect/bin-stub/phparkitect check
113108
if: always() && steps.end-of-setup.outcome == 'success' && matrix.package == 'Bundle/ApiBundle'
114-
109+
115110
-
116111
name: Setup Database(for ApiBundle only)
117112
working-directory: "src/Sylius/${{ matrix.package }}"
@@ -140,7 +135,7 @@ jobs:
140135
-
141136
name: Run PHPUnit
142137
working-directory: "src/Sylius/${{ matrix.package }}"
143-
if: steps.phpunit_xml_dist_existance_check.outputs.files_exists == 'true' || steps.phpunit_xml_existance_check.outputs.files_exists == 'true'
138+
if: steps.phpunit_xml_dist_existance_check.outputs.files_exists == 'true' || steps.phpunit_xml_existance_check.outputs.files_exists == 'true'
144139
run: vendor/bin/phpunit --colors=always
145140

146141
notify-about-build-failure:

0 commit comments

Comments
 (0)