You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A: I want to run GitHub Actions to run tests for Framework code when code is changed in this repository
B: I want to define the tests here, because as it is now when I write new or change code here, I need to update the corresponding test in Hyde, making it hard to keep versions in sync.
I transferred the tests into Framework, but am having path issues. But I think I can solve both problems by loading the test files through the vendor directory but still running them through the Hyde installation. When running CI tests here, I can just set up so that before running tests, it clones the latest Hyde install.
Breaking down the problems I want to solve:
A: I want to run GitHub Actions to run tests for Framework code when code is changed in this repository
B: I want to define the tests here, because as it is now when I write new or change code here, I need to update the corresponding test in Hyde, making it hard to keep versions in sync.
I transferred the tests into Framework, but am having path issues. But I think I can solve both problems by loading the test files through the vendor directory but still running them through the Hyde installation. When running CI tests here, I can just set up so that before running tests, it clones the latest Hyde install.
Originally posted by @caendesilva in #181 (comment)
Tasks:
The text was updated successfully, but these errors were encountered: