Skip to content

Pin tap-zendesk to version 1.2.1 #1200

Pin tap-zendesk to version 1.2.1

Pin tap-zendesk to version 1.2.1 #1200

Workflow file for this run

# Workflow to check if all singer connectors are installable
name: Singer connectors
on:
pull_request:
branches: [master]
workflow_dispatch:
concurrency:
group: singer-connectors-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test_install_connectors:
runs-on: ubuntu-20.04
steps:
- name: Checking out repo
uses: actions/checkout@v4.1.7
- name: Check if python changes are present
id: check
env:
GITHUB_REPO: ${{ github.repository }}
PR_NUMBER: ${{ github.event.pull_request.number }}
continue-on-error: true
run: ./scripts/ci_check_no_file_changes.sh python
- name: Set up Python 3.8
uses: actions/setup-python@v5.1.0
with:
python-version: '3.8'
- name: Check PipelineWise and all connectors are installable
run: |
make pipelinewise_no_test_extras all_connectors