Bump pulsarctl version to 4.0.0.4 #1891
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |