no tests run on github actions, just build binaries for now

This commit is contained in:
Lex Berezhny 2020-06-04 17:52:10 -04:00
parent 29b1f93699
commit 8653839c16

View file

@ -1,5 +1,4 @@
name: ci name: ci
#on: pull_request
on: push on: push
jobs: jobs:
@ -13,7 +12,7 @@ jobs:
# python-version: '3.7' # python-version: '3.7'
# - run: pip install -e .[lint] # - run: pip install -e .[lint]
# - run: make lint # - run: make lint
#
# tests-unit: # tests-unit:
# name: "tests / unit" # name: "tests / unit"
# strategy: # strategy:
@ -44,9 +43,8 @@ jobs:
# env: # env:
# HOME: /tmp # HOME: /tmp
# run: coverage run -p --source=lbry -m unittest -vv tests.unit.test_conf # run: coverage run -p --source=lbry -m unittest -vv tests.unit.test_conf
# run: coverage run -p --source=lbry -m unittest discover -vv tests.unit
#- run: coverage run -p --source=lbry -m unittest discover -vv tests.unit #
# tests-integration: # tests-integration:
# name: "tests / integration" # name: "tests / integration"
# runs-on: ubuntu-latest # runs-on: ubuntu-latest
@ -85,7 +83,6 @@ jobs:
# #
build: build:
#needs: ["lint", "tests-unit", "tests-integration"] #needs: ["lint", "tests-unit", "tests-integration"]
#needs: ["tests-unit"]
name: "build" name: "build"
strategy: strategy:
matrix: matrix:
@ -131,5 +128,5 @@ jobs:
dist/lbrynet.exe --version dist/lbrynet.exe --version
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: ${{ runner.os }} name: lbrynet-${{ matrix.os }}
path: dist/ path: dist/