Skip to content

chore(ci): add option to run PHP integration tests#10

Merged
phil-davis merged 2 commits into
mainfrom
option-to-run-php-integration-tests
Mar 6, 2026
Merged

chore(ci): add option to run PHP integration tests#10
phil-davis merged 2 commits into
mainfrom
option-to-run-php-integration-tests

Conversation

@phil-davis

Copy link
Copy Markdown
Contributor

Usually there are only a small number of integration tests, so this will run the PHP integration tests after the PHP unit tests for every PHP version/database combination.

Pass do-integration-tests true to request the integration tests to run.

Note: this is one way to do this. I think that it will be OK, when we have PHP integration tests, to run them after the unit tests in every PHP unit test job.

Alternatively, we could make a completely separate php-integration.yml reusable workflow.

I noticed this need because the notes app has PH integration tests.

Usually there are only a small number of integration tests,
so this will run the PHP integration tests after the PHP unit tests
for every PHP version/database combination.

Pass do-integration-tests true to request the integration tests to run.
@DeepDiver1975

Copy link
Copy Markdown
Member

usually I add a test usage in test.yml - worth here as well from what I can tell ...

@phil-davis
phil-davis merged commit ca31890 into main Mar 6, 2026
22 of 26 checks passed
@phil-davis
phil-davis deleted the option-to-run-php-integration-tests branch March 6, 2026 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants