mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
verbose CI, fetch entire git history
This commit is contained in:
parent
21c62f72f9
commit
4110d2bd15
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -12,6 +12,8 @@ jobs:
|
|||
python-version: ["3.10"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
|
|
@ -22,4 +24,4 @@ jobs:
|
|||
pip install -r test/pip_reqs.txt
|
||||
- name: Execute Tests
|
||||
run: |
|
||||
python -m unittest discover
|
||||
python -m unittest discover -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue