Page MenuHomePhabricator

D4110.diff
No OneTemporary

D4110.diff

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
@@ -5,5 +5,6 @@
- '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 lib && yarn test'
+ - 'cd ../keyserver && yarn test'
agents:
- 'linux=true'
diff --git a/.github/workflows/eslint_flow_jest.yml b/.github/workflows/eslint_flow_jest.yml
--- a/.github/workflows/eslint_flow_jest.yml
+++ b/.github/workflows/eslint_flow_jest.yml
@@ -51,3 +51,7 @@
- name: '[lib] test'
working-directory: ./lib
run: yarn test
+
+ - name: '[keyserver] test'
+ working-directory: ./keyserver
+ run: yarn test

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 29, 12:36 PM (20 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2200640
Default Alt Text
D4110.diff (1 KB)

Event Timeline