Skip to content

Delete blueprints/A/All Of Us Are Dead (2022) directory #257

Delete blueprints/A/All Of Us Are Dead (2022) directory

Delete blueprints/A/All Of Us Are Dead (2022) directory #257

Workflow file for this run

name: pytest
on:
workflow_dispatch:
workflow_call:
push:
branches: [ master, staging ]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install -r requirements.txt
- name: Run pytest
run: |
pytest ./src/tests/