From f3f39f37704e5dd12368d1aaa4a11b6e4e9f1172 Mon Sep 17 00:00:00 2001 From: G r e y Date: Thu, 14 Apr 2022 12:32:34 -0400 Subject: [PATCH] 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. --- .github/workflows/coder.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 1e2873bcac..15b883a5e9 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -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