mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00: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:
4
.github/workflows/coder.yaml
vendored
4
.github/workflows/coder.yaml
vendored
@ -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