Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3276413
D4110.id13024.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D4110.id13024.diff
View Options
diff --git a/.buildkite/eslint_flow_jest.yml b/.buildkite/eslint_flow_jest.yml
--- a/.buildkite/eslint_flow_jest.yml
+++ b/.buildkite/eslint_flow_jest.yml
@@ -3,7 +3,8 @@
- '(pkill flow || true)'
- 'yarn cleaninstall --frozen-lockfile --skip-optional'
- 'yarn eslint --max-warnings=0 & yarn workspace lib flow & yarn workspace web flow & yarn workspace landing flow & yarn workspace native flow'
- - 'cd keyserver && mkdir secrets && touch secrets/db_config.json && touch secrets/olm_config.json && mkdir facts && touch facts/app_url.json && touch facts/commapp_url.json && touch facts/squadcal_url.json && touch facts/landing_url.json && touch facts/url.json && cd ../ && yarn workspace keyserver flow'
+ - 'cd keyserver && mkdir secrets && touch secrets/db_config.json && echo "{}" >> secrets/db_config.json && touch secrets/olm_config.json && mkdir facts && touch facts/app_url.json && touch facts/commapp_url.json && touch facts/squadcal_url.json && touch facts/landing_url.json && touch facts/url.json && cd ../ && yarn workspace keyserver flow'
- 'cd lib && yarn test'
+ - 'cd ../keyserver && yarn test'
agents:
- 'linux=true'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 7:28 AM (19 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2518186
Default Alt Text
D4110.id13024.diff (1 KB)
Attached To
Mode
D4110: [CI] Add `keyserver: yarn test` to CI
Attached
Detach File
Event Timeline
Log In to Comment