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

Skip to content

[Maintenance] Replace test-package.sh with native GH Actions#13515

Merged
GSadee merged 4 commits into
Sylius:1.10from
lchrusciel:test-package-on-gh
Jan 24, 2022
Merged

[Maintenance] Replace test-package.sh with native GH Actions#13515
GSadee merged 4 commits into
Sylius:1.10from
lchrusciel:test-package-on-gh

Conversation

@lchrusciel
Copy link
Copy Markdown
Contributor

Q A
Branch? 1.10
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets
License MIT

@lchrusciel lchrusciel added Enhancement Minor issues and PRs improving the current solutions (optimizations, typo fixes, etc.). Maintenance CI configurations, READMEs, releases, etc. labels Jan 19, 2022
@lchrusciel lchrusciel requested a review from a team as a code owner January 19, 2022 13:13
@probot-autolabeler probot-autolabeler Bot added Admin AdminBundle related issues and PRs. Shop ShopBundle related issues and PRs. labels Jan 19, 2022
Comment thread .github/workflows/packages.yml
Comment thread .github/workflows/packages.yml Outdated
Comment thread .github/workflows/packages.yml Outdated
@lchrusciel lchrusciel force-pushed the test-package-on-gh branch 2 times, most recently from 009e84c to c845c4b Compare January 21, 2022 15:09
-
name: Test package
run: bin/test-package src/Sylius/${{ matrix.package }}
name: Setup Database(for ApiBundle only)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before ( 😄 💃

Comment on lines +115 to +116
name: Check the existance of phpunit.xml.dist
id: phpunit_xml_dist_existance_check
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: Check the existance of phpunit.xml.dist
id: phpunit_xml_dist_existance_check
name: Check the existence of phpunit.xml.dist
id: phpunit_xml_dist_existence_check

Comment on lines +122 to +123
name: Check the existance of phpunit.xml
id: phpunit_xml_existance_check
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: Check the existance of phpunit.xml
id: phpunit_xml_existance_check
name: Check the existence of phpunit.xml
id: phpunit_xml_existence_check

-
name: Run PHPUnit
working-directory: "src/Sylius/${{ matrix.package }}"
if: steps.phpunit_xml_dist_existance_check.outputs.files_exists == 'true' || steps.phpunit_xml_existance_check.outputs.files_exists == 'true'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if: steps.phpunit_xml_dist_existance_check.outputs.files_exists == 'true' || steps.phpunit_xml_existance_check.outputs.files_exists == 'true'
if: steps.phpunit_xml_dist_existence_check.outputs.files_exists == 'true' || steps.phpunit_xml_existence_check.outputs.files_exists == 'true'

@GSadee GSadee merged commit 1d9f1e0 into Sylius:1.10 Jan 24, 2022
@GSadee
Copy link
Copy Markdown
Member

GSadee commented Jan 24, 2022

Thanks, Łukasz! 🎉

@lchrusciel lchrusciel deleted the test-package-on-gh branch January 24, 2022 09:38
GSadee added a commit that referenced this pull request Jan 24, 2022
…s0123)

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
GSadee added a commit that referenced this pull request Jan 24, 2022
This PR was merged into the 1.10 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.10
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | Comments from #13515
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

fdf2d4b [Minor] Typo fixes in github packages config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Admin AdminBundle related issues and PRs. Enhancement Minor issues and PRs improving the current solutions (optimizations, typo fixes, etc.). Maintenance CI configurations, READMEs, releases, etc. Shop ShopBundle related issues and PRs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants