mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
2f35db4087
Version 3.2.0 crashes on startup because it calls buildPromKey() without arguments. To avoid this kind of obvious bug to happen again, I added some basic acceptance tests.
11 lines
167 B
YAML
11 lines
167 B
YAML
version: 2.1
|
|
|
|
orbs:
|
|
node: circleci/node@3.0.0
|
|
|
|
workflows:
|
|
test:
|
|
jobs:
|
|
- node/test:
|
|
version: "10.22"
|
|
override-ci-command: npm install
|