Skip to content

Automatically add all packs to packs workflow #13

Automatically add all packs to packs workflow

Automatically add all packs to packs workflow #13

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Run tests
run: |
pip install pytest
pytest