Browse Source

fix ident

pull/2/head
Neel Coffin 6 years ago
parent
commit
666d55d5a0
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -60,7 +60,7 @@ jobs:
POSTGRES_DB: psdb
steps:
- checkout
- restore_cache:
- restore_cache:
name: restore yarn package cache
key: yarn-packages-v2{{ checksum "yarn.lock" }}
- run: yarn test:e2e

Loading…
Cancel
Save