[PLAT-11968] Copy replicated ca cert and key for reference after yba-… #18
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: yugabyted-test | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- '**/yugabyted*' | |
- '!docs/**' | |
pull_request: | |
branches: | |
- master | |
paths: | |
- '**/yugabyted*' | |
- '!docs/**' | |
jobs: | |
yugabyted-test: | |
runs-on: ${{ matrix.os }} | |
strategy: | |
matrix: | |
os: [ macos-latest, ubuntu-20.04 ] | |
python-version: [ 2.7, 3.8 ] | |
steps: | |
- name: Set up Python ${{ matrix.python-version }} | |
uses: actions/setup-python@v2 | |
with: | |
python-version: ${{ matrix.python-version }} | |
- uses: actions/checkout@v2 | |
- name: Run yugabyte-test-runner | |
run: | | |
scripts/yugabyted/test/yugabyted-test-runner.sh -y bin/yugabyted |