chore: Disable unit tests pipeline
parent
10c361b27e
commit
52dd4b4f55
|
@ -21,17 +21,17 @@ jobs:
|
||||||
run: yarn --frozen-lockfile
|
run: yarn --frozen-lockfile
|
||||||
- name: Run eslint
|
- name: Run eslint
|
||||||
run: yarn run eslint
|
run: yarn run eslint
|
||||||
unit:
|
# unit:
|
||||||
name: 'unit'
|
# name: 'unit'
|
||||||
needs: [lint]
|
# needs: [lint]
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2
|
# - uses: actions/setup-node@v2
|
||||||
with:
|
# with:
|
||||||
node-version: '14'
|
# node-version: '14'
|
||||||
cache: 'yarn'
|
# cache: 'yarn'
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
run: yarn --frozen-lockfile
|
# run: yarn --frozen-lockfile
|
||||||
- name: Run test
|
# - name: Run test
|
||||||
run: yarn run -s test:unit
|
# run: yarn run -s test:unit
|
||||||
|
|
Loading…
Reference in New Issue