Skip to content

chore(deps): update dependency aiohttp to v3.13.5 #1623

chore(deps): update dependency aiohttp to v3.13.5

chore(deps): update dependency aiohttp to v3.13.5 #1623

Workflow file for this run

name: 🧪 PR Test Backend
on:
pull_request:
branches:
- main
- staging
- dev
# Workflow is triggered only if src/backend changes
paths:
- src/backend/**
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
pytest:
uses: hotosm/gh-workflows/.github/workflows/just.yml@3.6.0
with:
environment: "test"
command: "test backend"
secrets: inherit