forked from LBRYCommunity/lbry-sdk
no tests run on github actions, just build binaries for now
This commit is contained in:
parent
29b1f93699
commit
8653839c16
1 changed files with 4 additions and 7 deletions
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue