Replies: 2 comments
-
The tests run perfectly fine locally, but having them run on Github Actions isn't working. I've debugged and it looks like for whatever reason, the Actions runner doesn't have access to the test upload files. I'll investigate for a little while but I may need to return to this at a later date. |
Beta Was this translation helpful? Give feedback.
-
Well obviously Behat couldn't see the files because I was referencing them on MY computer: https://github.com/SuperHyperInstantFutureTime/Trackshift/blob/fb79fda92e4860090043df78dfad59f828c3cf26/test/behat/behat.yml#L14 Tests are all passing now: https://github.com/SuperHyperInstantFutureTime/Trackshift/actions/runs/3455328368 |
Beta Was this translation helpful? Give feedback.
-
45m @g105b
I just had the urge to tidy up a little, and one thing I never did the other day was getting the first Behat tests running within Github Actions, so I'll do that now.
Beta Was this translation helpful? Give feedback.
All reactions