dingo-d / wp-pest

A package that will add WordPress integration test suite with Pest
MIT License
119 stars 5 forks source link

Unit tests are failing on CI #12

Closed dingo-d closed 11 months ago

dingo-d commented 2 years ago

Describe your bug

For some reason, the custom mock is throwing error on the CI, but locally all the tests are passing.

Need to see what is happening here...

Steps to Reproduce

  1. Check the GH Actions
  2. See the tests fail
  3. Cry...

Expected behavior

Tests should all be passing

Screenshots, screen recording, code snippet

No response

Environment info

No response

Please confirm that you have searched existing issues in this repo.

Yes

dingo-d commented 2 years ago

I've fixed the php 8.1 failures locally but now the tests are allways failing on CI, not sure why...

dingo-d commented 2 years ago

Again, all the tests are passing locally but on CI they are failing for some odd reason...