NA
Details
Details
Will test via Buildkite CI
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
.buildkite/eslint_flow_jest.yml | ||
---|---|---|
6 ↗ | (On Diff #13025) | Not great, but the keyserver tests fail if db_config isn't a valid JSON file. Specifically on database.js:8: import dbConfig from '../../secrets/db_config'; |
.buildkite/eslint_flow_jest.yml | ||
---|---|---|
6 ↗ | (On Diff #13025) | I don't think we need to touch if we're writing to the db_config |
.buildkite/eslint_flow_jest.yml | ||
---|---|---|
6 ↗ | (On Diff #13025) |
Nope, looks like we don't. Removed the touch command and updated this diff and CI continued to pass.
Put up D4114 to address this. |