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

Skip to content

feat(tests): enable Windows testing for the whole test suite #556

@bshaffer

Description

@bshaffer

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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions