Skip to content

fix: update booking_type to use name attribute in financial mutation … #28

fix: update booking_type to use name attribute in financial mutation …

fix: update booking_type to use name attribute in financial mutation … #28

Workflow file for this run

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out the 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.12
cache: 'poetry'
- name: Install dependencies
run: poetry install
- name: Run tests
run: |
poetry run pytest