Skip to content

Correctly handle redirection exception in subscribe & update API #4

Correctly handle redirection exception in subscribe & update API

Correctly handle redirection exception in subscribe & update API #4

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install pip
run: sudo apt-get update && sudo apt-get install -y python3-pip
- name: Install package
run: pip3 install . --break-system-packages
- name: Run tests
run: pytest events -vv