Skip to content

feat: alfagift order done transaction and cart (#801) #2327

feat: alfagift order done transaction and cart (#801)

feat: alfagift order done transaction and cart (#801) #2327

Workflow file for this run

name: Unit Tests
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
pytest:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Prepare back-end environment
uses: ./.github/actions/prepare-backend
- run: uv run pytest -m "not api and not webui and not mcp and not distill"