Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3f39f3

Browse files
authored
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.
1 parent 30877bb commit f3f39f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/coder.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,6 @@ jobs:
386386
- name: Install node_modules
387387
run: ./scripts/yarn_install.sh
388388

389-
- name: Build frontend
390-
run: yarn build
391-
working-directory: site
392-
393389
- run: yarn test:coverage
394390
working-directory: site
395391

0 commit comments

Comments
 (0)