Changes DicePlayer Version and Creates CI/CD

This commit is contained in:
2023-06-28 05:38:47 -03:00
parent 75752e7a18
commit 1ede128ee0
5 changed files with 121 additions and 51 deletions

View File

@@ -23,8 +23,8 @@ jobs:
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry;
[ -f pyproject.toml ] && poetry install;
python -m pip install --upgrade pip poetry
python -m poetry install
- name: Test with unittest
run: |
poetry run python -m unittest -v