From ca5af6db918a10dfd5d2093401b68f15fe797ece Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 3 Oct 2022 15:39:00 -0400 Subject: [PATCH] Remove steps that are part of Makefile Signed-off-by: Sebastian Malton --- .github/workflows/test.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d19b0f55bb..0fff0a7563 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,17 +52,6 @@ jobs: retry_on: error command: make node_modules - - run: make build-npm - name: Generate npm package - - - uses: nick-fields/retry@v2 - name: Build bundled extensions - with: - timeout_minutes: 15 - max_attempts: 3 - retry_on: error - command: make -j2 build-extensions - - run: make test name: Run tests if: ${{ matrix.type === "unit" }}