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:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
INVENTREE_DB_NAME: './test_db.sqlite'
|
||||
INVENTREE_DB_ENGINE: sqlite3
|
||||
|
||||
|
2
.github/workflows/style.yaml
vendored
2
.github/workflows/style.yaml
vendored
@ -22,4 +22,6 @@ jobs:
|
||||
run: |
|
||||
pip install flake8==3.8.3
|
||||
pip install pep8-naming==0.11.1
|
||||
- name: flake8
|
||||
run: |
|
||||
flake8 InvenTree
|
||||
|
Loading…
Reference in New Issue
Block a user