chore: Disable unit tests pipeline

pull/25/head
Boaz Poolman 2021-10-14 17:41:55 +02:00
parent 10c361b27e
commit 52dd4b4f55
1 changed files with 14 additions and 14 deletions

View File

@ -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