Skip to content

Bump urllib3 from 2.1.0 to 2.2.2 #89

Bump urllib3 from 2.1.0 to 2.2.2

Bump urllib3 from 2.1.0 to 2.2.2 #89

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-tests:
name: Offline tests
uses: AstarVienna/DevOps/.github/workflows/tests.yml@poetry
secrets: inherit
call-webtests:
name: Network tests
uses: AstarVienna/DevOps/.github/workflows/webtests.yml@poetry
secrets: inherit
call-updated-tests:
name: Tests with updated dependencies
uses: AstarVienna/DevOps/.github/workflows/updated_tests.yml@poetry
secrets: inherit