mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user