$franciscovillasenor is testing cc_dynamodb3 with python2.7 #20
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: test-cc_dynamodb3-py2 | |
run-name: $${{ github.actor }} is testing cc_dynamodb3 with python2.7 | |
on: | |
pull_request: | |
types: [opened, synchronize, edited, reopened] | |
paths: | |
- '**' | |
jobs: | |
run-ccdb-py2-test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: test-cc_dynamodb3-step | |
run: bash test-ccdb-py2.sh | |