Skip to content

Play game with one map instead of list of one map. Clarify logs. #207

Play game with one map instead of list of one map. Clarify logs.

Play game with one map instead of list of one map. Clarify logs. #207

Workflow file for this run

name: Run python tests
on: [push, pull_request]
jobs:
build-and-launch:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install poetry
run: |
pipx install poetry
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11.8"
cache: "poetry"
- name: Install dependencies
run: |
poetry install
poetry add --group dev poethepoet
- name: Run tests
working-directory: ./AIAgent
run: |
poetry run pytest tests -sv