Skip to content

Expire cookie that was set as part of token endpoint during logout … #1

Expire cookie that was set as part of token endpoint during logout …

Expire cookie that was set as part of token endpoint during logout … #1

name: Python Client Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: pip install requests pytest pytest-asyncio
- name: Generate the client library, install it, and run the tests
run: ./clients/python/run-tests.sh