turn off unit tests

This commit is contained in:
Martin McKeaveney 2022-09-26 09:41:49 +01:00
parent 9b44d3ec63
commit 2102530efd
1 changed files with 10 additions and 10 deletions

View File

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