Add .gitlab-ci.yml

This commit is contained in:
Alex Gleason
2020-04-14 13:07:40 -05:00
parent 3a6f825a81
commit b34946fc30
2 changed files with 32 additions and 1 deletions

View File

@ -62,7 +62,7 @@ The following commands are supported.
- `yarn manage:translations` - Normalizes translation files. Should always be run after editing i18n strings.
#### Tests
- `yarn test` - Runs all tests (recommended for CI).
- `yarn test` - Runs all tests.
- `yarn test:lint` - Runs all linter tests.