Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 Fix failing test suite #32

Merged
merged 5 commits into from
Apr 16, 2024
Merged

🔧 Fix failing test suite #32

merged 5 commits into from
Apr 16, 2024

Conversation

zwaans
Copy link
Contributor

@zwaans zwaans commented Apr 16, 2024

No description provided.

@zwaans zwaans changed the title 🔧 Updated checkout version 🔧 Fix failing test suite Apr 16, 2024
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
configuration: phpunit.xml
php_version: 8.2
bootstrap: vendor/autoload.php
test_suffix: Test.php
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This test suffix is what was breaking the pipeline. Its original value in the phpunit action is set to Test.php, .phpt which breaks it since phpunit no longer supports the separator in there which is why I set it to just Test.php for now.

@zwaans zwaans marked this pull request as ready for review April 16, 2024 09:00
@zwaans zwaans merged commit bea1d98 into master Apr 16, 2024
1 check passed
@zwaans zwaans deleted the test/pipelines branch April 16, 2024 09:00
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.

None yet

2 participants