Skip to content

Commit 8a32d12

Browse files
committed
feat: Circle configuration
1 parent dbe9c07 commit 8a32d12

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
build:
2424
executor:
2525
name: node/default
26-
tag: <<pipeline.parameters.node_version>>-browsers
26+
tag: <<pipeline.parameters.node_version>>
27+
working_directory: ~/repo
2728
steps:
2829
- checkout
2930
- install_deps

jest-postgres-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import cwd from 'cwd';
22

33
module.exports = {
44
seedPath: `${cwd()}/test/seed.sql`,
5-
version: 14,
5+
version: 12,
66
port: 5555,
77
includeInstallation: false,
88
};

0 commit comments

Comments
 (0)