From a2175048a5a72158dc9daec3e243f7a0412c45f6 Mon Sep 17 00:00:00 2001 From: Johannes Homeier Date: Fri, 3 Nov 2023 07:28:17 +0100 Subject: [PATCH] ci: remove test job --- .github/workflows/ci.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e584abe..7406581 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,25 +45,6 @@ jobs: - run: npx nx lint - - test: - runs-on: ubuntu-latest - needs: install-deps - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - run: git fetch --no-tags --prune --depth=1 origin develop - - name: Cache node modules - uses: actions/cache@v3 - with: - path: node_modules - key: cache-node-modules-${{ hashFiles('package-lock.json') }} - - - run: npx nx test - - build: runs-on: ubuntu-latest needs: install-deps