From 52dd4b4f55971027698f53ac1ac3145e8dae7195 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Thu, 14 Oct 2021 17:41:55 +0200 Subject: [PATCH] chore: Disable unit tests pipeline --- .github/workflows/tests.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a8da871..18acaf7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,17 +21,17 @@ jobs: run: yarn --frozen-lockfile - name: Run eslint run: yarn run eslint - unit: - name: 'unit' - needs: [lint] - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: '14' - cache: 'yarn' - - name: Install dependencies - run: yarn --frozen-lockfile - - name: Run test - run: yarn run -s test:unit + # unit: + # name: 'unit' + # needs: [lint] + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + # - uses: actions/setup-node@v2 + # with: + # node-version: '14' + # cache: 'yarn' + # - name: Install dependencies + # run: yarn --frozen-lockfile + # - name: Run test + # run: yarn run -s test:unit