-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
In our Github Actions workflow, we add a filter for GCECredentialsTests when running on Windows. This is because the tests don't run as expected on Windows. I doubt this is because of a bug in the library - it's probably just a bug / platform difference in the test! But we should look into it, and enable Windows testing across the whole test suite.
run: vendor/bin/phpunit ${{ matrix.os == 'windows-latest' && '--filter GCECredentialsTest' || '' }} |
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.