mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-21 23:03:11 -05:00
6 lines
107 B
YAML
6 lines
107 B
YAML
|
test:
|
||
|
stage: test
|
||
|
script: npm ci --ignore-scripts --force && npm run test
|
||
|
only:
|
||
|
- merge_requests
|