Skip to content

Bump io.ktor:ktor-client-java from 3.0.2 to 3.0.3 in /kotlin-arrow #38

Bump io.ktor:ktor-client-java from 3.0.2 to 3.0.3 in /kotlin-arrow

Bump io.ktor:ktor-client-java from 3.0.2 to 3.0.3 in /kotlin-arrow #38

Workflow file for this run

# Generated file. DO NOT EDIT.
'on':
push:
paths:
- python-rxpy/**
- .github/workflows/python-rxpy.yaml
pull_request:
paths:
- python-rxpy/**
- .github/workflows/python-rxpy.yaml
workflow_run:
workflows:
- scenario-server
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run == null || github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: |-
ulimit -n 16000
nix-shell --run "pytest"
defaults:
run:
working-directory: python-rxpy