Add a CI task to run the tests

This commit is contained in:
Reece Dunham 2023-04-08 22:46:51 -04:00
parent 934fe294ec
commit 2016394041
1 changed files with 4 additions and 0 deletions

View File

@ -78,3 +78,7 @@ task:
Lint_script:
- yarn lint
- yarn prettier:check
- only_if: $CIRRUS_TAG == ''
name: Tests
Test_script:
- yarn test