diff --git a/.github/workflows/CI-node.yaml b/.github/workflows/CI-node.yaml index 23a30bb62..850af1b9f 100644 --- a/.github/workflows/CI-node.yaml +++ b/.github/workflows/CI-node.yaml @@ -83,26 +83,26 @@ jobs: ## working-directory: ./backend ## run: SERVICE=test pnpm test -- --testPathIgnorePatterns=serverless - tests-serverless: - needs: lint-format - runs-on: ubuntu-latest - defaults: - run: - shell: bash - working-directory: ./backend - - steps: - - name: Check out repository code - uses: actions/checkout@v2 - - - name: Setup Node - uses: actions/setup-node@v3 - with: - node-version: 20 - - - name: Install dependencies - run: cd .. && corepack enable && pnpm i --frozen-lockfile - - - name: Run tests - working-directory: ./backend - run: SERVICE=test pnpm test -- --testPathPattern="serverless\/" + ## tests-serverless: + ## needs: lint-format + ## runs-on: ubuntu-latest + ## defaults: + ## run: + ## shell: bash + ## working-directory: ./backend +## + ## steps: + ## - name: Check out repository code + ## uses: actions/checkout@v2 +## + ## - name: Setup Node + ## uses: actions/setup-node@v3 + ## with: + ## node-version: 20 +## + ## - name: Install dependencies + ## run: cd .. && corepack enable && pnpm i --frozen-lockfile +## + ## - name: Run tests + ## working-directory: ./backend + ## run: SERVICE=test pnpm test -- --testPathPattern="serverless\/"