Skip to content

Add unity project

Add unity project #114

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
linux-test:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.10']
poetry-version: ['1.3']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/[email protected]
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install core dependencies
run: poetry install -E pytest
- name: Run tuner tests
run: poetry run pytest