Skip to content

chore(deps-dev): bump pytest from 7.4.4 to 8.3.3 in /app #601

chore(deps-dev): bump pytest from 7.4.4 to 8.3.3 in /app

chore(deps-dev): bump pytest from 7.4.4 to 8.3.3 in /app #601

Workflow file for this run

name: CI
on:
push:
branches: ["*", "!main", "!develop"]
pull_request:
branches: [main, develop]
schedule:
- cron: "0 10 * * 1"
workflow_dispatch: {}
jobs:
code-style:
uses: ./.github/workflows/code-style.yml
test:
needs: code-style
uses: ./.github/workflows/test.yml