Skip to content

Use default tenant and namespace when updating sink without them #1763

Use default tenant and namespace when updating sink without them

Use default tenant and namespace when updating sink without them #1763

name: Pulsarctl
on:
pull_request:
branches:
- '*'
path-ignores:
- 'docs/**'
- 'README.md'
- 'CONTRIBUTING.md'
jobs:
auth-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login SN docker hub
run: docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}"
- name: Run token tests
run: scripts/run-integration-tests.sh token
- name: Run TLS tests
run: scripts/run-integration-tests.sh tls