codefordenver / codefordenver/owlet
Create proper criteria for when ghost inspector runs
Open
ghost
ready
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently, ghost inspector tests run every time a PR is updated or master is updated. However, all the tests run on owlet-dev.codefordenver.org, which is the master branch. Therefore running on PR updates is useless. This leaves us with two options:
- Build/deploy PRs and test at that URL
OR
- Only run ghost inspector tests on master update
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.