Enable tests for grants in CI run
Open
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 776
- PR merge metrics
- No merged PRs in 30d
Description
Running tests is limited to the tags `bounties` and `platform` in `./bin/ci/cypress-run`:
```
...
node_modules/.bin/cypress run \
--browser chrome \
--record \
--key 23c824d9-b9eb-4aea-88fd-d0bb06a9eb51 \
--env grepTags="bounties platform"
...
```
These tests where failing in CI (even though they where running successfully on local).
This should be fixed, and all tests should be enabled in CI.
Contributor guide
Assessment
This issue has not been assessed yet.