Skip to content

Testing api connection error in all version #278

Testing api connection error in all version

Testing api connection error in all version #278

Workflow file for this run

# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Python Package
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
deploy:
runs-on: ubuntu-latest # nosemgrep : semgrep.dev/s/swati31196:github_provided_runner
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12.0"
- name: Install dependencies
run: |
pip install setuptools
python -m pip install --upgrade pip
pip install responses
python3 setup.py install
- name: Run Tests
run: python3 -m unittest
- name: Print Python Version
run: python3 --version
- name: Run order Test
env:
RZP_API_KEY: ${{ secrets.RZP_API_KEY }}
RZP_API_SECRET: ${{ secrets.RZP_API_SECRET }}
run: bash run_parallel_orders.sh