mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
GITHUB_TOKEN
This commit is contained in:
parent
ae72224ece
commit
d20c3bb733
1
.github/workflows/coverage.yaml
vendored
1
.github/workflows/coverage.yaml
vendored
@ -11,6 +11,7 @@ jobs:
|
|||||||
coverage:
|
coverage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
INVENTREE_DB_NAME: './test_db.sqlite'
|
INVENTREE_DB_NAME: './test_db.sqlite'
|
||||||
INVENTREE_DB_ENGINE: sqlite3
|
INVENTREE_DB_ENGINE: sqlite3
|
||||||
|
|
||||||
|
2
.github/workflows/style.yaml
vendored
2
.github/workflows/style.yaml
vendored
@ -22,4 +22,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install flake8==3.8.3
|
pip install flake8==3.8.3
|
||||||
pip install pep8-naming==0.11.1
|
pip install pep8-naming==0.11.1
|
||||||
|
- name: flake8
|
||||||
|
run: |
|
||||||
flake8 InvenTree
|
flake8 InvenTree
|
||||||
|
Loading…
Reference in New Issue
Block a user