1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-03-14 12:54:28 +01:00

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

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