Skip to content

Merge pull request #459 from jackgene/python-rxpy-await #19

Merge pull request #459 from jackgene/python-rxpy-await

Merge pull request #459 from jackgene/python-rxpy-await #19

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@V28
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