Currently it seems that there's no possibility to actually test PRs since the release.yml GitHub Action only runs on release, meaning that node_modules is not included in PR branches. As such, to actually be able to test you need to create a release which seems less than ideal 😅
It seems that mirroring that GitHub Action and running it on PRs in branches that aren't master is a potential solution.
Currently it seems that there's no possibility to actually test PRs since the
release.ymlGitHub Action only runs on release, meaning that node_modules is not included in PR branches. As such, to actually be able to test you need to create a release which seems less than ideal 😅It seems that mirroring that GitHub Action and running it on PRs in branches that aren't master is a potential solution.