Skip to content

Bump pulsarctl version to 4.0.9.6 #2358

Bump pulsarctl version to 4.0.9.6

Bump pulsarctl version to 4.0.9.6 #2358

Workflow file for this run

name: Pulsarctl
on:
pull_request:
branches:
- '*'
path-ignores:
- 'docs/**'
- 'README.md'
- 'CONTRIBUTING.md'
jobs:
ut-tests:
runs-on: ubuntu-latest
steps:
- name: Login SN docker hub
if: github.actor == 'streamnativebot'
run: docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}"
- uses: actions/checkout@v2
- name: Run tests
run: scripts/run-integration-tests.sh
env:
PULSAR_IMAGE: ${{ github.actor == 'streamnativebot' && 'snstage/pulsar-all' || 'apachepulsar/pulsar-all' }}