turn off unit tests
This commit is contained in:
parent
9b44d3ec63
commit
2102530efd
|
@ -51,16 +51,16 @@ jobs:
|
||||||
- run: yarn bootstrap
|
- run: yarn bootstrap
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- run: yarn test
|
# - run: yarn test
|
||||||
env:
|
# env:
|
||||||
CI: true
|
# CI: true
|
||||||
name: Budibase CI
|
# name: Budibase CI
|
||||||
- uses: codecov/codecov-action@v1
|
# - uses: codecov/codecov-action@v1
|
||||||
with:
|
# with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||||
files: ./packages/server/coverage/clover.xml
|
# files: ./packages/server/coverage/clover.xml
|
||||||
name: codecov-umbrella
|
# name: codecov-umbrella
|
||||||
verbose: true
|
# verbose: true
|
||||||
|
|
||||||
- name: QA Core Integration Tests
|
- name: QA Core Integration Tests
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue