ci: remove building from test/js (#1005)

Summary:

There's no reason to build in `test/js`, since we have e2e tests that build.

Details:

- Remove superfluous `yarn build` from `test/js` step in CI

Relates to #1004 but does not fix it.
This commit is contained in:
G r e y
2022-04-14 12:32:34 -04:00
committed by GitHub
parent 30877bb71f
commit f3f39f3770

View File

@ -386,10 +386,6 @@ jobs:
- name: Install node_modules
run: ./scripts/yarn_install.sh
- name: Build frontend
run: yarn build
working-directory: site
- run: yarn test:coverage
working-directory: site